changeset 669:02a21e689fc1 v0.21.1

+++++ v0.21.1
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jun 2022 09:17:25 +0200
parents fd0d759b11ff
children 1992434683d1
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Fri Jun 03 09:09:47 2022 +0200
+++ b/CHANGES.txt	Fri Jun 03 09:17:25 2022 +0200
@@ -12,8 +12,8 @@
 Pre-1.0 Series
 --------------
 
-n/a (n/a)
-~~~~~~~~~
+0.21.1 (2022-06-03)
+~~~~~~~~~~~~~~~~~~~
 
 - **[feature]**
   Enable indexed access to lists in the configuration using an access
@@ -47,6 +47,12 @@
   For better TOML compatibility open TOML files with ``encoding=""``.
 
 
+0.21 (2022-06-03)
+~~~~~~~~~~~~~~~~~
+
+**YANKED** because of release errors.
+
+
 0.20.5 (2022-03-07)
 ~~~~~~~~~~~~~~~~~~~
 
--- a/README.txt	Fri Jun 03 09:09:47 2022 +0200
+++ b/README.txt	Fri Jun 03 09:17:25 2022 +0200
@@ -3,8 +3,8 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.20.5
-:Date:       2022-03-07
+:Version:    0.21.1
+:Date:       2022-06-03
 :Copyright:  (c) 2015–2022, Franz Glasner.
              All rights reserved.
 :License:    BSD 3-Clause "New" or "Revised" License.
--- a/configmix/__init__.py	Fri Jun 03 09:09:47 2022 +0200
+++ b/configmix/__init__.py	Fri Jun 03 09:17:25 2022 +0200
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.20.5"
+__version__ = "0.21.1"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"