Skip to content

Commit 2039725

Browse files
bump: version 0.10.0 → 0.10.1
1 parent beaf87d commit 2039725

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_customize"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
version_files = ["src/mkdocs_matplotlib/__init__.py", "pyproject.toml:version"]
55

66
[tool.commitizen.customize]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.10.1 (2022-06-20)
2+
3+
4+
- Merge branch 'dev'
5+
- [OPS:FIX] Fix hide_code bug
6+
17
## 0.10.0 (2022-05-31)
28

39

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs_matplotlib"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Live rendering of python code using matplotlib"
55
authors = ["An Hoang <[email protected]>"]
66
readme = "README.md"

src/mkdocs_matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""mkdocs_matplotlib module
22
"""
33

4-
__version__ = "0.10.0"
4+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)