changeset 245:efc9674fc549 v0.7.4

+++++ v0.7.4
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 May 2020 09:56:45 +0200
parents 6d473abe308d
children 2a77c3c911d6
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 May 21 09:56:22 2020 +0200
+++ b/CHANGES.txt	Thu May 21 09:56:45 2020 +0200
@@ -13,8 +13,8 @@
 --------------
 
 .. changelog::
-   :version: n/a
-   :released: n/a
+   :version: 0.7.4
+   :released: 2020-05-21
 
    .. change::
       :tags: feature
--- a/README.txt	Thu May 21 09:56:22 2020 +0200
+++ b/README.txt	Thu May 21 09:56:45 2020 +0200
@@ -3,7 +3,7 @@
 .. _README:
 
 :Author:     Franz Glasner
-:Version:    0.7.3
+:Version:    0.7.4
 :Date:       |VCSJustDate|
 :Copyright:  (c) 2015–2020, Franz Glasner.
              All rights reserved.
--- a/configmix/__init__.py	Thu May 21 09:56:22 2020 +0200
+++ b/configmix/__init__.py	Thu May 21 09:56:45 2020 +0200
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.7.3"
+__version__ = "0.7.4"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"