Mercurial > hgrepos > Python > libs > ConfigMix
changeset 377:5ad3fd49891f v0.16
+++++ v0.16
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 11 Jul 2021 22:46:49 +0200 |
| parents | c2e427d49209 |
| children | 75cd74a0aa2d |
| files | CHANGES.txt README.txt configmix/__init__.py |
| diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jul 11 19:07:19 2021 +0200 +++ b/CHANGES.txt Sun Jul 11 22:46:49 2021 +0200 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -0.16 (not yet) -~~~~~~~~~~~~~~ +0.16 (2021-07-11) +~~~~~~~~~~~~~~~~~ - **[feature]** New access methods :py:meth:`~configmix.config.Configuration.getfirstvar`,
--- a/README.txt Sun Jul 11 19:07:19 2021 +0200 +++ b/README.txt Sun Jul 11 22:46:49 2021 +0200 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.15.1 +:Version: 0.16 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved.
--- a/configmix/__init__.py Sun Jul 11 19:07:19 2021 +0200 +++ b/configmix/__init__.py Sun Jul 11 22:46:49 2021 +0200 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.15.1" +__version__ = "0.16" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"
