Skip to content

Commit dbea948

Browse files
committed
bump 0.0.5 -> 0.0.6
1 parent 65ed237 commit dbea948

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.0.6
33
commit = True
44
message = bump {current_version} -> {new_version}
55

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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

src/init_python_project/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
app = Typer()
1313

14-
__version__ = "0.0.5"
14+
__version__ = "0.0.6"
1515

1616

1717
def version_callback(value: bool) -> None:

0 commit comments

Comments
 (0)