changeset 694:cce494edd752 v0.21.3

+++++ v0.21.3
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 12 Jun 2023 09:27:55 +0200
parents 2848e0212a3d
children b4044e682cb5
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 Jun 12 09:21:54 2023 +0200
+++ b/CHANGES.txt	Mon Jun 12 09:27:55 2023 +0200
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a
-~~~
+v0.21.3 (2023-06-12)
+~~~~~~~~~~~~~~~~~~~~
 
 - **[bugfix]**
   Fixed some format string errors in the YAML loader. These errors were only
--- a/README.txt	Mon Jun 12 09:21:54 2023 +0200
+++ b/README.txt	Mon Jun 12 09:27:55 2023 +0200
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.21.2
-:Date:       2023-04-12
+:Version:    0.21.3
+:Date:       2023-06-12
 :Copyright:  (c) 2015–2023, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Mon Jun 12 09:21:54 2023 +0200
+++ b/configmix/__init__.py	Mon Jun 12 09:27:55 2023 +0200
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.21.2"
+__version__ = "0.21.3"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"