From f496aaaa8e7eec577ecec88f75fa4fec7600ed3f Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Fri, 18 Sep 2015 15:33:38 +0900 Subject: [PATCH] 0.2.0-rc1 --- anyconfig/globals.py | 2 +- pkg/package.spec.in | 4 +++- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/anyconfig/globals.py b/anyconfig/globals.py index e0be18c6..14386cdb 100644 --- a/anyconfig/globals.py +++ b/anyconfig/globals.py @@ -8,7 +8,7 @@ AUTHOR = "Satoru SATOH " -VERSION = "0.1.0" +VERSION = "0.2.0" LOGGER = anyconfig.init.LOGGER diff --git a/pkg/package.spec.in b/pkg/package.spec.in index deb8d5c1..1c117ec6 100644 --- a/pkg/package.spec.in +++ b/pkg/package.spec.in @@ -141,11 +141,13 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Tue Sep 15 2015 Satoru SATOH - 0.1.0-99 +* Fri Sep 18 2015 Satoru SATOH - 0.2.0-1 - new API anyconfig.to_container, factory method to create container objects - enale processing of stream in anyconfig.*load and anyconfig.*dump - add a native implementation of Java properties file backend - misc doc updates about new backend, APIs, etc. +- massive refactoring of some complex modules such as api, cli, mergeabledict, + parser and some backends and also add some more corner test cases - some more minor possible bug fixes found by pylint and flake8 * Sat Aug 15 2015 Satoru SATOH - 0.1.0-1 diff --git a/setup.py b/setup.py index f9743ad2..c202e240 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ PACKAGE = "anyconfig" -VERSION = "0.1.0" # see anyconfig.globals.VERSION +VERSION = "0.2.0" # see anyconfig.globals.VERSION # For daily snapshot versioning mode: if os.environ.get("_SNAPSHOT_BUILD", None) is not None: