changeset 757:5178794bb208 v0.23.2

+++++ v0.23.2
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 04 Dec 2023 09:22:43 +0100
parents cabd1046d95f
children 651031a63bda
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Mon Dec 04 09:20:30 2023 +0100
+++ b/CHANGES.txt	Mon Dec 04 09:22:43 2023 +0100
@@ -12,11 +12,10 @@
 Pre-1.0 Series
 --------------
 
-n/a (n/a)
-~~~~~~~~~
+v0.23.2 (2023-12-04)
+~~~~~~~~~~~~~~~~~~~~
 
 - **[feature]**
-
   Implement new method
   :py:meth:`~configmix.config.Configuration.extract_new_config`.
 
--- a/README.txt	Mon Dec 04 09:20:30 2023 +0100
+++ b/README.txt	Mon Dec 04 09:22:43 2023 +0100
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.23.1
-:Date:       2023-10-31
+:Version:    0.23.2
+:Date:       2023-12-04
 :Copyright:  (c) 2015–2023, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Mon Dec 04 09:20:30 2023 +0100
+++ b/configmix/__init__.py	Mon Dec 04 09:22:43 2023 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.23.1"
+__version__ = "0.23.2"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"