changeset 453:60ac94b64138 v0.19.1b1

+++++ v0.19.1b1
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 14 Dec 2021 15:00:34 +0100
parents c785fcb8f31c
children 12ad8ccaba99
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Tue Dec 14 14:58:45 2021 +0100
+++ b/CHANGES.txt	Tue Dec 14 15:00:34 2021 +0100
@@ -9,8 +9,11 @@
 Changelog
 =========
 
-n/a (not released)
-~~~~~~~~~~~~~~~~~~
+Pre-1.0 Series
+--------------
+
+0.19.1b1 (2021-12-14)
+~~~~~~~~~~~~~~~~~~~~~
 
 - **[feature]**
   Attribute-style access also for jailed configurations
@@ -21,9 +24,6 @@
   now it is wrapped into a tuple.
 
 
-Pre-1.0 Series
---------------
-
 0.19 (2021-12-10)
 ~~~~~~~~~~~~~~~~~
 
--- a/README.txt	Tue Dec 14 14:58:45 2021 +0100
+++ b/README.txt	Tue Dec 14 15:00:34 2021 +0100
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.19
+:Version:    0.19.1b1
 :Date:       |VCSJustDate|
 :Copyright:  (c) 2015–2021, Franz Glasner.
              All rights reserved.
--- a/configmix/__init__.py	Tue Dec 14 14:58:45 2021 +0100
+++ b/configmix/__init__.py	Tue Dec 14 15:00:34 2021 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.19"
+__version__ = "0.19.1b1"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"