Skip to content

Commit

Permalink
build(version): Bump to version - 0.28.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 30, 2022
1 parent 295591c commit 3617547
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.28.1 (2022-03-30)
### Fix
* **pyup:** Update sphinx to 4.5.0 ([#303](https://github.com/imAsparky/django-cookiecutter/issues/303)) ([`295591c`](https://github.com/imAsparky/django-cookiecutter/commit/295591c064a0e0fe18c4c984e246c1ec84006a81))

## v0.28.0 (2022-03-19)
### Feature
* **django:** Add django-constance dynamic settings #299 ([#301](https://github.com/imAsparky/django-cookiecutter/issues/301)) ([`f0f1762`](https://github.com/imAsparky/django-cookiecutter/commit/f0f1762753fcb5ef821e46dad0273f7ae81a1840))
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.28.0"**
**Version = "0.28.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.28.0"
__version__ = "0.28.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.28.0"
__version__ = "0.28.1"

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

0 comments on commit 3617547

Please sign in to comment.