From 36a5c0844bf4157e9c1ecc05b818c8666ee07b99 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 9 Jul 2022 07:52:28 +0000 Subject: [PATCH] build(version): Bump to version - 0.29.3. Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ README.rst | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f782c44..8c9cd56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## 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)) +* **pyup:** Update django-debug-toolbar-template-profiler to 2.1.0 ([#359](https://github.com/imAsparky/django-cookiecutter/issues/359)) ([`839d374`](https://github.com/imAsparky/django-cookiecutter/commit/839d3747884d6da671271ec653d75eeb50ed7add)) +* **pyup:** Update tox to 3.25.1 ([#360](https://github.com/imAsparky/django-cookiecutter/issues/360)) ([`d369062`](https://github.com/imAsparky/django-cookiecutter/commit/d369062035f5d8bed5c638e352144d1ab12562d7)) + ## v0.29.2 (2022-07-09) ### Fix * **pyup:** Update django-debug-toolbar to 3.5.0 ([#358](https://github.com/imAsparky/django-cookiecutter/issues/358)) ([`71fcd4b`](https://github.com/imAsparky/django-cookiecutter/commit/71fcd4b7061247969c806843bdf7d4a79e85cf1a)) diff --git a/README.rst b/README.rst index 68d97683..a9e33eb7 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ **Django 4.0+ Cookiecutter** ============================ -**Version = "0.29.2"** +**Version = "0.29.3"** **Version 1.0.0 will signify the first stable Django build!** diff --git a/docs/source/conf.py b/docs/source/conf.py index e4af5efc..8eb31345 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.2" +__version__ = "0.29.3" # -- Project information ----------------------------------------------------- diff --git a/setup.py b/setup.py index e644fe3c..fee08b7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = "0.29.2" +__version__ = "0.29.3" setup( name="django-cookiecutter",