Skip to content

Commit

Permalink
0.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Sep 18, 2015
1 parent 8d61f39 commit f496aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anyconfig/globals.py
Expand Up @@ -8,7 +8,7 @@


AUTHOR = "Satoru SATOH <ssat@redhat.com>"
VERSION = "0.1.0"
VERSION = "0.2.0"

LOGGER = anyconfig.init.LOGGER

Expand Down
4 changes: 3 additions & 1 deletion pkg/package.spec.in
Expand Up @@ -141,11 +141,13 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Tue Sep 15 2015 Satoru SATOH <ssato@redhat.com> - 0.1.0-99
* Fri Sep 18 2015 Satoru SATOH <ssato@redhat.com> - 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 <ssato@redhat.com> - 0.1.0-1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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:
Expand Down

0 comments on commit f496aaa

Please sign in to comment.