confini

Parse and merge multiple ini files in python3
git clone git://git.defalsify.org/python-confini.git
Log | Files | Refs | README | LICENSE

commit b6744ae62a48d6bd1334f54c93e567963c589a21
parent ec9b4afe3a13b56a64378be46315e8143ed2922d
Author: lash <dev@holbrook.no>
Date:   Sat, 19 Aug 2023 16:40:29 +0100

Bump version set beta

Diffstat:
MCHANGELOG | 2++
Msetup.cfg | 2+-
Msetup.py | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +0.6.5 + - Announce beta version 0.6.4 - Downgrade logging of irrelevant logline for config tmp file read 0.6.3 diff --git a/setup.cfg b/setup.cfg @@ -3,7 +3,7 @@ classifiers = Environment :: No Input/Output (Daemon) Programming Language :: Python :: 3 Operating System :: OS Independent - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Intended Audience :: Developers Topic :: Software Development :: Libraries License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) diff --git a/setup.py b/setup.py @@ -6,7 +6,7 @@ f.close() setup( name='confini', - version='0.6.4', + version='0.6.5', description='Parse, verify and merge all ini files in a single directory', author='Louis Holbrook', author_email='dev@holbrook.no',