Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Dec 24, 2020
1 parent ba4f13f commit ddde108
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 ddde108

Please sign in to comment.