Skip to content

Commit

Permalink
RELEASE 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Nov 2, 2019
1 parent e16f5f6 commit bf8f5d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
2019-11-02: attd 0.4
====================

* Speed up deepcopying

2019-10-30: attd 0.3
====================

* Use dict as baseclass
* Use `dict` as baseclass
* Speed up initial type coercion

2019-01-17: attd 0.2
====================

* Fix type coercion and other operations to work on subclasses
of AttributeDict too, including FallbackAttributeDict
of `AttributeDict` too, including `FallbackAttributeDict`

2018-10-15: attd 0.1.2
======================
Expand Down
2 changes: 1 addition & 1 deletion attd.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__all__ = ("AttributeDict", "FallbackAttributeDict")

__version__ = "0.3"
__version__ = "0.4"


def translate_error(fm, to):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="attd",
version="0.3",
version="0.4",
author="Osmo Salomaa",
author_email="[email protected]",
description="Dictionary with attribute access to keys",
Expand Down

0 comments on commit bf8f5d3

Please sign in to comment.