Skip to content

Commit

Permalink
build(version): Bump to version - 0.14.0.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 14, 2021
1 parent d913bc1 commit a3e2ff6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.14.0 (2021-11-14)
### Feature
* **proj:** Add pyup to cookiecutter project #166 ([#171](https://github.com/imAsparky/cookiecutter-py3-package/issues/171)) ([`d913bc1`](https://github.com/imAsparky/cookiecutter-py3-package/commit/d913bc193c182bd585ddb5e8ff4ff29e74b447a9))

## v0.13.1 (2021-11-13)
### Fix
* **pyup:** Initial Update ([#170](https://github.com/imAsparky/cookiecutter-py3-package/issues/170)) ([`2c90650`](https://github.com/imAsparky/cookiecutter-py3-package/commit/2c90650ab643ef3d7ef7d760182b0ccc3533352a))
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys

# Updated with python-semantic-release
__version__ = "0.13.1"
__version__ = "0.14.0"


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

from setuptools import find_packages, setup

__version__ = "0.13.1"
__version__ = "0.14.0"

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

0 comments on commit a3e2ff6

Please sign in to comment.