File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.4
2+ current_version = 0.0.5
33commit = True
44message = bump {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.0.5] - 2023-09-25
11+
12+ ### Fixed
13+
14+ - badge image url for projects hosted on GitLab
15+
1016## [ 0.0.4] - 2023-09-25
1117
1218### Changed
@@ -81,7 +87,8 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism
8187
8288- trove classifiers (only relevant when publishing to PyPI)
8389
84- [ unreleased ] : https://github.com/jannismain/python-project-template/compare/v0.0.4...HEAD
90+ [ unreleased ] : https://github.com/jannismain/python-project-template/compare/v0.0.5...HEAD
91+ [ 0.0.5 ] : https://github.com/jannismain/python-project-template/compare/0.0.4...0.0.5
8592[ 0.0.4 ] : https://github.com/jannismain/python-project-template/compare/0.0.3...0.0.4
8693[ 0.0.3 ] : https://github.com/jannismain/python-project-template/compare/0.0.2...0.0.3
8794[ 0.0.2 ] : https://github.com/jannismain/python-project-template/compare/0.0.1...0.0.2
Original file line number Diff line number Diff line change 1111
1212app = Typer ()
1313
14- __version__ = "0.0.4 "
14+ __version__ = "0.0.5 "
1515
1616
1717def version_callback (value : bool ) -> None :
You can’t perform that action at this time.
0 commit comments