File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.5
2
+ current_version = 0.0.6
3
3
commit = True
4
4
message = bump {current_version} -> {new_version}
5
5
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
7
7
8
8
## [ unreleased]
9
9
10
+ ## [ 0.0.6] - 2023-10-12
11
+
10
12
### Added
11
13
12
14
- 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
103
105
104
106
- trove classifiers (only relevant when publishing to PyPI)
105
107
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
107
110
[ 0.0.5 ] : https://github.com/jannismain/python-project-template/compare/0.0.4...0.0.5
108
111
[ 0.0.4 ] : https://github.com/jannismain/python-project-template/compare/0.0.3...0.0.4
109
112
[ 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 11
11
12
12
app = Typer ()
13
13
14
- __version__ = "0.0.5 "
14
+ __version__ = "0.0.6 "
15
15
16
16
17
17
def version_callback (value : bool ) -> None :
You can’t perform that action at this time.
0 commit comments