changeset 751:8238e3c22f89 v0.23.1

+++++ v0.23.1
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 31 Oct 2023 08:35:37 +0100
parents 4da49cc5e62b
children 6ac8f4522452
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Tue Oct 31 08:32:06 2023 +0100
+++ b/CHANGES.txt	Tue Oct 31 08:35:37 2023 +0100
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a (n/a)
-~~~~~~~~~
+v0.23.1 (2023-10-31)
+~~~~~~~~~~~~~~~~~~~~
 
 - **[bugfix,misc]**
   Implement real proper conformance to :pep:`491`:
--- a/README.txt	Tue Oct 31 08:32:06 2023 +0100
+++ b/README.txt	Tue Oct 31 08:35:37 2023 +0100
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.23
-:Date:       2023-10-30
+:Version:    0.23.1
+:Date:       2023-10-31
 :Copyright:  (c) 2015–2023, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Tue Oct 31 08:32:06 2023 +0100
+++ b/configmix/__init__.py	Tue Oct 31 08:35:37 2023 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.23"
+__version__ = "0.23.1"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"