Skip to content

Commit

Permalink
build(version): Bump to version - 0.5.0.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 15, 2021
1 parent 03bf9c3 commit 647c154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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

## v0.5.0 (2021-09-15)
### Feature
* **issues:** Add four custom issue templates #75 ([#77](https://github.com/imAsparky/cookiecutter-py3-package/issues/77)) ([`03bf9c3`](https://github.com/imAsparky/cookiecutter-py3-package/commit/03bf9c3c15dc8a3cd82f3f350bd678c4d0c8fb97))

### Documentation
* **CHANGELOG:** Update release notes:docs ([`472984a`](https://github.com/imAsparky/cookiecutter-py3-package/commit/472984aa5d01057af213fe97d8d6657041684c1e))
* **CHANGELOG:** Update release notes:repo ([`34fc9b9`](https://github.com/imAsparky/cookiecutter-py3-package/commit/34fc9b9e1b9032af736c2fded5e470a8f627ce66))

## [v0.4.0](https://github.com/imAsparky/cookiecutter-py3-package/releases/tag/v0.4.0) - 2021-09-14 04:21:25

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -16,7 +16,7 @@
import sys

# Updated with python-semantic-release
__version__ = "0.4.0"
__version__ = "0.5.0"


sys.path.insert(0, os.path.abspath("."))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

__version__ = "0.4.0"
__version__ = "0.5.0"

setup(
name="cookiecutter-py3-package",
Expand Down

0 comments on commit 647c154

Please sign in to comment.