Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckerklaan committed Nov 29, 2022
1 parent 2f7bf52 commit c4856bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changelog of threedi-edits
===================================================

1.2.1 (2022-11-15)
1.2.2 (2022-11-29)
---------------------------------------------------

- Decoding fix.

1.2.1 (2022-11-29)
---------------------------------------------------

- Versioning support for schema 0210.
Expand Down
Binary file added dist/threedi-edits-1.2.2.tar.gz
Binary file not shown.
Binary file added dist/threedi_edits-1.2.2-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


__version__ = "1.2.1"
__version__ = "1.2.2"

long_description = "\n\n".join([open("README.rst").read(), open("CHANGES.rst").read()])

Expand Down
2 changes: 1 addition & 1 deletion threedi_edits/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# versioning
__version__ = "1.2.1"
__version__ = "1.2.2"

# Globals
SUPPORTED_THREEDI_VERSIONS = ["0209", "0210"]
Expand Down

0 comments on commit c4856bf

Please sign in to comment.