From 647c1544be0c632c53d4778b1655b5825f66139c Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Sep 2021 04:19:02 +0000 Subject: [PATCH] build(version): Bump to version - 0.5.0. Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e834c..cd93497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 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 diff --git a/docs/source/conf.py b/docs/source/conf.py index ff644f9..e93cb0f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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(".")) diff --git a/setup.py b/setup.py index 7e29a13..b228af4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = "0.4.0" +__version__ = "0.5.0" setup( name="cookiecutter-py3-package",