Skip to content

Commit

Permalink
0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Nov 3, 2012
1 parent a6d5246 commit afad049
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.5
---

* constructors and multi constructors now can be registered via
Configuration.add_constructor and Configuration.add_multi_constructor
decorators

* fix serious bug with factory and obj directives: previously they dropped away
nested objects such as lists and/or mappings

* configure_logging call now can be made inside config via !logging constructor

* Configuration.configure() now called inside
Configuration.{from_file,from_string,from_dict}() class methods, controlled
via configure=True keyword argument

0.4.8
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = "0.4.8"
version = "0.5"

with open('README') as f:
long_description = f.read()
Expand Down

0 comments on commit afad049

Please sign in to comment.