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.5
2+ current_version = 0.0.6
33commit = True
44message = bump {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.0.6] - 2023-10-12
11+
1012### Added
1113
1214- automatically assign ` asprunner ` tag in GitLab CI configuration intended for ` gitlab-fhg ` remote.
@@ -103,7 +105,8 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism
103105
104106- trove classifiers (only relevant when publishing to PyPI)
105107
106- [ unreleased ] : https://github.com/jannismain/python-project-template/compare/v0.0.5...HEAD
108+ [ unreleased ] : https://github.com/jannismain/python-project-template/compare/v0.0.6...HEAD
109+ [ 0.0.6 ] : https://github.com/jannismain/python-project-template/compare/0.0.5...0.0.6
107110[ 0.0.5 ] : https://github.com/jannismain/python-project-template/compare/0.0.4...0.0.5
108111[ 0.0.4 ] : https://github.com/jannismain/python-project-template/compare/0.0.3...0.0.4
109112[ 0.0.3 ] : https://github.com/jannismain/python-project-template/compare/0.0.2...0.0.3
Original file line number Diff line number Diff line change 1111
1212app = Typer ()
1313
14- __version__ = "0.0.5 "
14+ __version__ = "0.0.6 "
1515
1616
1717def version_callback (value : bool ) -> None :
You can’t perform that action at this time.
0 commit comments