Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Apr 17, 2023
1 parent 4304034 commit b841811
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v1.5.4 (2023-04-17)
### Fix
* File open encoding error ([`4304034`](https://github.com/Stephen-RA-King/pynball/commit/4304034b56d81cb34ffce552294a20a07fd55ea7))

### Documentation
* Rename base cookiecutter ([`9db5538`](https://github.com/Stephen-RA-King/pynball/commit/9db5538bfecb24210b138997f4efaeb7f3ffef34))
* Update meta ([`5275172`](https://github.com/Stephen-RA-King/pynball/commit/52751725028692807284dc65ac8101781bd30e50))
* Add pre-coomit.ci badge and docs sections ([`71ef0a6`](https://github.com/Stephen-RA-King/pynball/commit/71ef0a654672246a7db13b9e038dbf87c8d74c36))
* Correct type ([`5e350d2`](https://github.com/Stephen-RA-King/pynball/commit/5e350d27199ba2d80f86eb23a02edbf34249125a))

## v1.5.3 (2023-04-09)
### Fix
* Missing url links ([`c7209ee`](https://github.com/Stephen-RA-King/pynball/commit/c7209eeeb1e09ea8cc35049d5d7deabd94104cc1))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -- Project information -----------------------------------------------------

project = "pynball"
version = "1.5.3"
version = "1.5.4"
copyright = "2022, Stephen R A King"
author = "Stephen R A King"

Expand Down
2 changes: 1 addition & 1 deletion src/pynball/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for _pynball."""

__title__ = "_pynball"
__version__ = "1.5.3"
__version__ = "1.5.4"
__author__ = "Stephen R A King"
__description__ = "Utility command line to switch between python versions"
__license__ = "MIT"
Expand Down

0 comments on commit b841811

Please sign in to comment.