Skip to content

Commit 63eb4f3

Browse files
bump: version 0.3.0 → 0.4.0
1 parent 8499719 commit 63eb4f3

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.3.0"
3+
version = "0.4.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.4.0 (2022-04-23)
2+
3+
4+
- Merge pull request #7 from AnHo4ng/dev
5+
- Fix Read the Docs Config
6+
- [ORG:FEAT] Update config for read the docs
7+
18
## 0.3.0 (2022-04-23)
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.3.0"
3+
version = "0.4.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.3.0"
4+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)