File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22name = " cz_customize"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44version_files = [" src/mkdocs_matplotlib/__init__.py" , " pyproject.toml:version" ]
55
66[tool .commitizen .customize ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mkdocs_matplotlib"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44description = " Live rendering of python code using matplotlib"
55authors = [" An Hoang <an.hoang@statworx.com>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 11"""mkdocs_matplotlib module
22"""
33
4- __version__ = "0.9.1 "
4+ __version__ = "0.10.0 "
You can’t perform that action at this time.
0 commit comments