Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 | 6c7b71ae3405 |
| children | edf5cc1ffd26 |
| files | CHANGES.txt LICENSE.txt README.txt configmix/__init__.py |
| diffstat | 4 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 07 12:20:44 2020 +0100 +++ b/CHANGES.txt Wed Feb 10 13:43:29 2021 +0100 @@ -13,6 +13,10 @@ -------------- .. changelog:: + :version: 0.13.dev1 + :released: n/a + +.. changelog:: :version: 0.12 :released: 2020-12-07
--- a/LICENSE.txt Mon Dec 07 12:20:44 2020 +0100 +++ b/LICENSE.txt Wed Feb 10 13:43:29 2021 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2015-2020, Franz Glasner +Copyright (c) 2015-2021, Franz Glasner All rights reserved. Redistribution and use in source and binary forms, with or without
--- a/README.txt Mon Dec 07 12:20:44 2020 +0100 +++ b/README.txt Wed Feb 10 13:43:29 2021 +0100 @@ -3,9 +3,9 @@ .. _README: :Author: Franz Glasner -:Version: 0.12 +:Version: 0.13.dev1 :Date: |VCSJustDate| -:Copyright: (c) 2015–2020, Franz Glasner. +:Copyright: (c) 2015–2021, Franz Glasner. All rights reserved. :License: 3-clause BSD License. See :ref:`LICENSE.txt <license>` for more details.
--- 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|"
