Skip to content

Commit

Permalink
fixup! Issue #3: preserve UDM errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fbotner committed Nov 9, 2022
1 parent a3a5fa3 commit 1ab7205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

1.0.13 (2022-11-09)
-------------------

* Fix error handling in base_http.py.

1.0.12 (2022-11-02)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
python_requires=">=3.6",
scripts=["update_openapi_client"],
url="https://github.com/univention/python-udm-rest-api-client",
version="1.0.12",
version="1.0.13",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion udm_rest_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
]
__author__ = """Daniel Troeder"""
__email__ = "troeder@univention.de"
__version__ = "1.0.12"
__version__ = "1.0.13"

0 comments on commit 1ab7205

Please sign in to comment.