diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c9cd56c..c0d04020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.29.4 (2022-07-10) +### Fix +* **pyup:** Update django-debug-toolbar-template-profiler to 2.1.0 ([#363](https://github.com/imAsparky/django-cookiecutter/issues/363)) ([`653a947`](https://github.com/imAsparky/django-cookiecutter/commit/653a947267498baac10c792afac5cc977b553090)) + ## v0.29.3 (2022-07-09) ### Fix * **pyup:** Update furo to 2022.6.21 ([#357](https://github.com/imAsparky/django-cookiecutter/issues/357)) ([`ccea594`](https://github.com/imAsparky/django-cookiecutter/commit/ccea5943ceff449a263a1934dddd5de6068fef3f)) diff --git a/README.rst b/README.rst index a9e33eb7..bd26fbb1 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ **Django 4.0+ Cookiecutter** ============================ -**Version = "0.29.3"** +**Version = "0.29.4"** **Version 1.0.0 will signify the first stable Django build!** diff --git a/docs/source/conf.py b/docs/source/conf.py index 8eb31345..65558c98 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ import sys sys.path.insert(0, os.path.abspath('.')) -__version__ = "0.29.3" +__version__ = "0.29.4" # -- Project information ----------------------------------------------------- diff --git a/setup.py b/setup.py index fee08b7a..c90d1b6f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = "0.29.3" +__version__ = "0.29.4" setup( name="django-cookiecutter",