Skip to content

Commit

Permalink
Merge pull request #36 from corenting/bump-1.2.0
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
corenting authored Dec 24, 2020
2 parents ba4f13f + ddde108 commit 017f94c
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 120 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.2.0

- Support [PEP 584 union operators](https://www.python.org/dev/peps/pep-0584/). Thanks to @lambdalisue for the [PR #34](https://github.com/corenting/immutabledict/pull/34).

# Version 1.1.0

- Add Python 3.9 to supported versions, remove Python 3.5
Expand Down
2 changes: 1 addition & 1 deletion immutabledict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import OrderedDict
from collections.abc import Mapping

__version__ = "1.1.0"
__version__ = "1.2.0"


class immutabledict(Mapping):
Expand Down
Loading

0 comments on commit 017f94c

Please sign in to comment.