diff --git a/CHANGELOG.md b/CHANGELOG.md index e011884e..de832724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.27.1 (2022-03-18) +### Fix +* **pyup:** Update pytest to 7.1.1 ([#297](https://github.com/imAsparky/django-cookiecutter/issues/297)) ([`378b41b`](https://github.com/imAsparky/django-cookiecutter/commit/378b41b0c4d0525b3fdc308fff699c9709022524)) +* **pyup:** Update pytest to 7.1.0 ([#296](https://github.com/imAsparky/django-cookiecutter/issues/296)) ([`02d2d61`](https://github.com/imAsparky/django-cookiecutter/commit/02d2d615a9c0820a7542aa03735daa592bb889f4)) + ## v0.27.0 (2022-03-18) ### Feature * **logging:** Improve logging and log config #292 ([#298](https://github.com/imAsparky/django-cookiecutter/issues/298)) ([`b3893ae`](https://github.com/imAsparky/django-cookiecutter/commit/b3893aece4194ce2d7ca16dc7812d4b8f8a6ebe6)) diff --git a/README.rst b/README.rst index d6d5b2ba..0c1fa04c 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ **Django 4.0+ Cookiecutter** ============================ -**Version = "0.27.0"** +**Version = "0.27.1"** **Version 1.0.0 will signify the first stable Django build!** diff --git a/docs/source/conf.py b/docs/source/conf.py index c6ffe8ca..3ace4c33 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.27.0" +__version__ = "0.27.1" # -- Project information ----------------------------------------------------- diff --git a/setup.py b/setup.py index 15734fc3..55fdb02d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = "0.27.0" +__version__ = "0.27.1" setup( name="django-cookiecutter",