From 55ff0e3fcd2872b56ac2e6aa613ba6381e4022ea Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 1 Sep 2023 12:20:12 +0200 Subject: [PATCH] Update change log --- CHANGELOG.rst | 4 ++-- environ/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a3a7806a..57cd6733 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`_ - 00-Unreleased-2023 +`v0.12.0`_ - 1-September-2023 ------------------------------- Fixed +++++ @@ -388,7 +388,7 @@ Added - Initial release. -.. _v0.12.0: https://github.com/joke2k/django-environ/compare/v0.11.1...develop +.. _v0.12.0: https://github.com/joke2k/django-environ/compare/v0.11.1...v0.12.0 .. _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 e7abf230..d469ecb7 100644 --- a/environ/__init__.py +++ b/environ/__init__.py @@ -18,7 +18,7 @@ from .environ import * -__copyright__ = 'Copyright (C) 2013-2022 Daniele Faraglia' +__copyright__ = 'Copyright (C) 2013-2023 Daniele Faraglia' """The copyright notice of the package.""" __version__ = '0.12.0'