Skip to content

Commit

Permalink
bump 0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jannismain committed Oct 12, 2023
1 parent 65ed237 commit dbea948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
commit = True
message = bump {current_version} -> {new_version}

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.0.6] - 2023-10-12

### Added

- automatically assign `asprunner` tag in GitLab CI configuration intended for `gitlab-fhg` remote.
Expand Down Expand Up @@ -103,7 +105,8 @@ An example project (comparable to [pypa/sampleproject]) can be found at [jannism

- trove classifiers (only relevant when publishing to PyPI)

[unreleased]: https://github.com/jannismain/python-project-template/compare/v0.0.5...HEAD
[unreleased]: https://github.com/jannismain/python-project-template/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/jannismain/python-project-template/compare/0.0.5...0.0.6
[0.0.5]: https://github.com/jannismain/python-project-template/compare/0.0.4...0.0.5
[0.0.4]: https://github.com/jannismain/python-project-template/compare/0.0.3...0.0.4
[0.0.3]: https://github.com/jannismain/python-project-template/compare/0.0.2...0.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/init_python_project/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

app = Typer()

__version__ = "0.0.5"
__version__ = "0.0.6"


def version_callback(value: bool) -> None:
Expand Down

0 comments on commit dbea948

Please sign in to comment.