From b96518a0118b294ab8ddefe5fa6cf987ca762ff5 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:52:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20release=201.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 7 +++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af12d71..b2f83c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 1.4.0 +current_version = 1.4.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e543c13..04c0107 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +1.4.1 +===== + +*October 10, 2023* + +* Update Manifest to include certificates + 1.4.0 ===== diff --git a/README.rst b/README.rst index 7d49637..251d666 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ django-simple-certmanager ========================= -:Version: 1.4.0 +:Version: 1.4.1 :Source: https://github.com/maykinmedia/django-simple-certmanager :Keywords: certificates :PythonVersion: 3.9 diff --git a/docs/conf.py b/docs/conf.py index f76894a..8737b82 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "1.4.0" +release = "1.4.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index c067404..517d247 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = django-simple-certmanager -version = 1.4.0 +version = 1.4.1 description = Manage TLS certificates and keys in the Django admin long_description = file: README.rst url = https://github.com/maykinmedia/django-simple-certmanager