Skip to content

Commit

Permalink
build(version): Bump to version - 0.24.7.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 2, 2022
1 parent 2cc5439 commit 61d7184
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.7 (2022-02-02)
### Fix
* **django:** Pre-commit Flake8 and pylint fixed #256 ([#260](https://github.com/imAsparky/django-cookiecutter/issues/260)) ([`2cc5439`](https://github.com/imAsparky/django-cookiecutter/commit/2cc5439e49d3db66b8cacaa8558bf1f3594960f8))

## v0.24.6 (2022-01-31)
### Fix
* **pre-commit:** Django-upgrade removed #252 ([#253](https://github.com/imAsparky/django-cookiecutter/issues/253)) ([`b567033`](https://github.com/imAsparky/django-cookiecutter/commit/b567033a852a4b282c08abbfeb71a6233845954f))
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.6"
__version__ = "0.24.7"

# -- 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.6"
__version__ = "0.24.7"

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

0 comments on commit 61d7184

Please sign in to comment.