changeset 606:0db860d649d1 v0.20.2

+++++ v0.20.2
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 11 Jan 2022 09:29:44 +0100
parents 776dc94b4ef7
children 71c7b99102d8
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Tue Jan 11 09:24:08 2022 +0100
+++ b/CHANGES.txt	Tue Jan 11 09:29:44 2022 +0100
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a (not released)
-~~~~~~~~~~~~~~~~~~
+0.20.2 (2022-01-11)
+~~~~~~~~~~~~~~~~~~~
 
 - **[bugfix]**
   The source distribution archive file did not contain any of the
--- a/README.txt	Tue Jan 11 09:24:08 2022 +0100
+++ b/README.txt	Tue Jan 11 09:29:44 2022 +0100
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.20.1
+:Version:    0.20.2
 :Date:       |VCSJustDate|
 :Copyright:  (c) 2015–2022, Franz Glasner.
              All rights reserved.
--- a/configmix/__init__.py	Tue Jan 11 09:24:08 2022 +0100
+++ b/configmix/__init__.py	Tue Jan 11 09:29:44 2022 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.20.1"
+__version__ = "0.20.2"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"