Skip to content

Commit dcd62ec

Browse files
bump: version 0.9.1 → 0.10.0
1 parent f8c7ae1 commit dcd62ec

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.9.1"
3+
version = "0.10.0"
44
version_files = ["src/mkdocs_matplotlib/__init__.py", "pyproject.toml:version"]
55

66
[tool.commitizen.customize]

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.10.0 (2022-05-31)
2+
3+
4+
- Merge pull request #17 from AnHo4ng/dev
5+
- Update dependencies
6+
- [ORG:ENH] Make python version more permissable
7+
18
## 0.9.1 (2022-04-24)
29

310

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.9.1"
3+
version = "0.10.0"
44
description = "Live rendering of python code using matplotlib"
55
authors = ["An Hoang <an.hoang@statworx.com>"]
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.9.1"
4+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)