changeset 744:e4fad9cdd906 v0.23

+++++ v0.23
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 30 Oct 2023 09:24:43 +0100
parents b26a1afe0558
children 81fdff8cca02
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Mon Oct 30 09:22:51 2023 +0100
+++ b/CHANGES.txt	Mon Oct 30 09:24:43 2023 +0100
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a (not yet published)
-~~~~~~~~~~~~~~~~~~~~~~~
+v0.23 (2023-10-30)
+~~~~~~~~~~~~~~~~~~
 
 - **[feature]**
   Allow new merge strategies for lists: extend or prepend instead of
--- a/README.txt	Mon Oct 30 09:22:51 2023 +0100
+++ b/README.txt	Mon Oct 30 09:24:43 2023 +0100
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.22
-:Date:       2023-08-17
+:Version:    0.23
+:Date:       2023-10-30
 :Copyright:  (c) 2015–2023, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Mon Oct 30 09:22:51 2023 +0100
+++ b/configmix/__init__.py	Mon Oct 30 09:24:43 2023 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.22"
+__version__ = "0.23"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"