Skip to content

Commit b3ab191

Browse files
committed
Change version: v0.12.0 -> v0.11.2
1 parent 66888f1 commit b3ab191

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is inspired by `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
66
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
77

8-
`v0.12.0`_ - 1-September-2023
8+
`v0.12.2`_ - 1-September-2023
99
-------------------------------
1010
Fixed
1111
+++++
@@ -388,7 +388,7 @@ Added
388388
- Initial release.
389389

390390

391-
.. _v0.12.0: https://github.com/joke2k/django-environ/compare/v0.11.1...v0.12.0
391+
.. _v0.11.2: https://github.com/joke2k/django-environ/compare/v0.11.1...v0.11.2
392392
.. _v0.11.1: https://github.com/joke2k/django-environ/compare/v0.11.0...v0.11.1
393393
.. _v0.11.0: https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.0
394394
.. _v0.10.0: https://github.com/joke2k/django-environ/compare/v0.9.0...v0.10.0

environ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__copyright__ = 'Copyright (C) 2013-2023 Daniele Faraglia'
2222
"""The copyright notice of the package."""
2323

24-
__version__ = '0.12.0'
24+
__version__ = '0.11.2'
2525
"""The version of the package."""
2626

2727
__license__ = 'MIT'

0 commit comments

Comments
 (0)