Skip to content
This repository was archived by the owner on Feb 2, 2019. It is now read-only.

Commit 57332f9

Browse files
committed
ahem, v1.2.0
Apparently I never pushed the version change back up to github. Luckily, the changes themselves were already there.
1 parent 644bffb commit 57332f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ v0.4.0, 2014/07/01 -- Happy Canada Day, have some defaultdict support
88
v0.5.0, 2014/07/14 —- documentation fix (by @eukaryote), load function
99
v0.5.1, 2014/07/14 -- tox for local testing, README fix, 0.5.0 no longer from the future
1010
v1.0.0, 2014/08/18 -- Development Status :: 5 - Production/Stable
11-
v1.1.0, 2014/11/26 -- Happy U.S. Thanksgiving, now you can pickle AttrDict! (by @jtratner), bugfix: default_factory will no longer be erroneously called when accessing private attributes.
11+
v1.1.0, 2014/10/29 -- has_key support to match python2 dicts (by Nikolaos-Digenis Karagiannis @Digenis)
12+
v1.2.0, 2014/11/26 -- Happy U.S. Thanksgiving, now you can pickle AttrDict! (by @jtratner), bugfix: default_factory will no longer be erroneously called when accessing private attributes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="attrdict",
8-
version="1.1.0",
8+
version="1.2.0",
99
author="Brendan Curran-Johnson",
1010
author_email="[email protected]",
1111
packages=["attrdict"],

0 commit comments

Comments
 (0)