diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57cd6733..cdb115f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is inspired by `Keep a Changelog `_ and this project adheres to `Semantic Versioning `_. -`v0.12.0`_ - 1-September-2023 +`v0.12.2`_ - 1-September-2023 ------------------------------- Fixed +++++ @@ -388,7 +388,7 @@ Added - Initial release. -.. _v0.12.0: https://github.com/joke2k/django-environ/compare/v0.11.1...v0.12.0 +.. _v0.11.2: https://github.com/joke2k/django-environ/compare/v0.11.1...v0.11.2 .. _v0.11.1: https://github.com/joke2k/django-environ/compare/v0.11.0...v0.11.1 .. _v0.11.0: https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.0 .. _v0.10.0: https://github.com/joke2k/django-environ/compare/v0.9.0...v0.10.0 diff --git a/environ/__init__.py b/environ/__init__.py index d469ecb7..28d4a5aa 100644 --- a/environ/__init__.py +++ b/environ/__init__.py @@ -21,7 +21,7 @@ __copyright__ = 'Copyright (C) 2013-2023 Daniele Faraglia' """The copyright notice of the package.""" -__version__ = '0.12.0' +__version__ = '0.11.2' """The version of the package.""" __license__ = 'MIT'