changeset 270:e73884fe060b v0.10

+++++ v0.10
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 10 Sep 2020 09:31:09 +0200
parents 7ef4362ca7c5
children a08f1aa833b4
files CHANGES.txt README.txt configmix/__init__.py
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Thu Sep 10 09:27:34 2020 +0200
+++ b/CHANGES.txt	Thu Sep 10 09:31:09 2020 +0200
@@ -13,8 +13,8 @@
 --------------
 
 .. changelog::
-   :version: n/a
-   :released: n/a
+   :version: 0.10
+   :released: 2020-09-10
 
    .. change::
       :tags: feature
--- a/README.txt	Thu Sep 10 09:27:34 2020 +0200
+++ b/README.txt	Thu Sep 10 09:31:09 2020 +0200
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.9
+:Version:    0.10
 :Date:       |VCSJustDate|
 :Copyright:  (c) 2015–2020, Franz Glasner.
              All rights reserved.
--- a/configmix/__init__.py	Thu Sep 10 09:27:34 2020 +0200
+++ b/configmix/__init__.py	Thu Sep 10 09:31:09 2020 +0200
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.9"
+__version__ = "0.10"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"