Skip to content

Commit

Permalink
build(version): Bump to version - 0.21.1.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 5, 2022
1 parent 96accfa commit 34d03ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.21.1 (2022-01-05)
### Fix
* **tests:** Replace "2021" with f"{current_year}" #221 ([#222](https://github.com/imAsparky/django-cookiecutter/issues/222)) ([`96accfa`](https://github.com/imAsparky/django-cookiecutter/commit/96accfa9506266e029bc7a45dce6064d19d0552b))

## v0.21.0 (2021-12-30)
### Feature
* **project:** Add tox.ini for testing #208 ([#217](https://github.com/imAsparky/django-cookiecutter/issues/217)) ([`94daa88`](https://github.com/imAsparky/django-cookiecutter/commit/94daa88c8db63bf68360601921d443a7d94b162c))
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
sys.path.insert(0, os.path.abspath('.'))

__version__ = "0.21.0"
__version__ = "0.21.1"

# -- Project information -----------------------------------------------------

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.21.0"
__version__ = "0.21.1"

setup(
name="django-cookiecutter",
Expand Down

0 comments on commit 34d03ee

Please sign in to comment.