Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 11, 2021
1 parent d0a2b46 commit 3bb8e6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is inspired by `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`v0.8.0`_ - 00-Unreleased-2021
------------------------------


`v0.7.0`_ - 11-September-2021
------------------------------
Added
Expand Down Expand Up @@ -219,6 +223,7 @@ Added
- Initial release.


.. _v0.8.0: https://github.com/joke2k/django-environ/compare/v0.7.0...develop
.. _v0.7.0: https://github.com/joke2k/django-environ/compare/v0.6.0...v0.7.0
.. _v0.6.0: https://github.com/joke2k/django-environ/compare/v0.5.0...v0.6.0
.. _v0.5.0: https://github.com/joke2k/django-environ/compare/v0.4.5...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion environ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


__copyright__ = 'Copyright (C) 2021 Daniele Faraglia'
__version__ = '0.7.0'
__version__ = '0.8.0'
__license__ = 'MIT'
__author__ = 'Daniele Faraglia'
__author_email__ = 'daniele.faraglia@gmail.com'
Expand Down

0 comments on commit 3bb8e6e

Please sign in to comment.