changeset 594:238e94aacef6 v0.20.1

+++++ v0.20.1
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 10 Jan 2022 09:12:22 +0100
parents f454889e41fa
children bac716db589c
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Sun Jan 09 21:04:11 2022 +0100
+++ b/CHANGES.txt	Mon Jan 10 09:12:22 2022 +0100
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-0.20.1 (not released)
-~~~~~~~~~~~~~~~~~~~~~
+0.20.1 (2022-01-10)
+~~~~~~~~~~~~~~~~~~~
 
 - **[misc]**
   Add an optional C-extension with some speedups to often used functions
--- a/README.txt	Sun Jan 09 21:04:11 2022 +0100
+++ b/README.txt	Mon Jan 10 09:12:22 2022 +0100
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.20
+:Version:    0.20.1
 :Date:       |VCSJustDate|
 :Copyright:  (c) 2015–2022, Franz Glasner.
              All rights reserved.
--- a/configmix/__init__.py	Sun Jan 09 21:04:11 2022 +0100
+++ b/configmix/__init__.py	Mon Jan 10 09:12:22 2022 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.20"
+__version__ = "0.20.1"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"