diff configmix/__init__.py @ 290:aec97edf7945

Prepare for new dev: bump version to 0.13.dev1 and adjust copyright year for most important files
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 10 Feb 2021 13:43:29 +0100
parents c50548709dac
children 6f0bf673d4ff
line wrap: on
line diff
--- a/configmix/__init__.py	Mon Dec 07 12:20:44 2020 +0100
+++ b/configmix/__init__.py	Wed Feb 10 13:43:29 2021 +0100
@@ -2,7 +2,7 @@
 """A library for helping with configuration files.
 
 :Author:    Franz Glasner
-:Copyright: (c) 2015–2020, Franz Glasner.
+:Copyright: (c) 2015–2021, Franz Glasner.
             All rights reserved.
 :License:   3-clause BSD License.
             See LICENSE.txt for details.
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.12"
+__version__ = "0.13.dev1"
 
 __revision__ = "|VCSRevision|"
 __date__ = "|VCSJustDate|"