Skip to content

Commit

Permalink
build(version): Bump to version - 0.27.1.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 18, 2022
1 parent 378b41b commit f7dec51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!**

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.27.0"
__version__ = "0.27.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.27.0"
__version__ = "0.27.1"

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

0 comments on commit f7dec51

Please sign in to comment.