Skip to content

Commit

Permalink
build(version): Bump to version - 0.3.0.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 28, 2021
1 parent e6fd2b3 commit 8c2c7a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.3.0 (2021-09-28)
### Feature
* **pre-commit:** Add pre-commit-config #7 ([`5f95cbe`](https://github.com/imAsparky/django-cookiecutter/commit/5f95cbe95a498f0dc7ec5d987cbc119ec340c4ae))

## v0.2.0 (2021-09-28)
### Feature
* **sem-ver:** Add auto semantic-versioning #5 ([`a1ddabb`](https://github.com/imAsparky/django-cookiecutter/commit/a1ddabb47138a9d3d13f49db89102e45c90d6a35))
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.2.0"
__version__ = "0.3.0"

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

0 comments on commit 8c2c7a2

Please sign in to comment.