Skip to content

Commit

Permalink
build(version): Bump to version - 0.24.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 10, 2022
1 parent 034f522 commit 6814301
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.24.1 (2022-01-10)
### Fix
* **docs:** Tutorial and README broken links #235 ([#238](https://github.com/imAsparky/django-cookiecutter/issues/238)) ([`034f522`](https://github.com/imAsparky/django-cookiecutter/commit/034f5229f0eb1b5b75be1f60bf651eef07e2eb41))

## v0.24.0 (2022-01-10)
### Feature
* **tox:** Add proj test coverage and cleanup #233 ([#234](https://github.com/imAsparky/django-cookiecutter/issues/234)) ([`e31c3ff`](https://github.com/imAsparky/django-cookiecutter/commit/e31c3ffd6eaf7e57f2b512885239bf6aac83a89a))
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.24.0"
__version__ = "0.24.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.24.0"
__version__ = "0.24.1"

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

0 comments on commit 6814301

Please sign in to comment.