changeset 699:c076de854ac6 v0.21.4

+++++ v0.21.4
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 14 Jun 2023 09:19:34 +0200
parents 3a9d661d33b5
children 4388c0a6adcf
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Jun 14 09:13:07 2023 +0200
+++ b/CHANGES.txt	Wed Jun 14 09:19:34 2023 +0200
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a
-~~~
+v0.21.4 (2023-06-14)
+~~~~~~~~~~~~~~~~~~~~
 
 - **[feature]**
   Implement a new ``SYS`` variable namespace with ``executable``,
--- a/README.txt	Wed Jun 14 09:13:07 2023 +0200
+++ b/README.txt	Wed Jun 14 09:19:34 2023 +0200
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.21.3
-:Date:       2023-06-12
+:Version:    0.21.4
+:Date:       2023-06-14
 :Copyright:  (c) 2015–2023, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Wed Jun 14 09:13:07 2023 +0200
+++ b/configmix/__init__.py	Wed Jun 14 09:19:34 2023 +0200
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.21.3"
+__version__ = "0.21.4"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"