Skip to content
Snippets Groups Projects
Commit 64aaae2c authored by group_2006_bot's avatar group_2006_bot
Browse files

0.10.1

Automatically generated by python-semantic-release
parent 3fdef3a3
No related branches found
Tags v0.10.1
No related merge requests found
Pipeline #365078 passed
......@@ -8,6 +8,13 @@ SPDX-License-Identifier: CC0-1.0
<!--next-version-placeholder-->
## v0.10.1 (2023-05-11)
### Fix
* **TextgridConfig:** Introduce constants for dev/test/prod texgrid hosts. use prod as default if None or '' is passed to constructor ([`3a00c32`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/3a00c324dfbd985b670f3a40b9e464325e0896b3))
### Documentation
* **TextgridConfig:** Document the constants for dev and test server ([`c4602c6`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/c4602c61de6564681bdbf9b001d5a5732b8564ad))
## v0.10.0 (2023-05-10)
### Feature
* **crud:** Create_revision flag also for TextgridCrudRequest.update_resource ([`80e7802`](https://gitlab.gwdg.de/dariah-de/textgridrep/textgrid-python-clients/-/commit/80e7802a4399503063ec6689eeede988bd146a0a))
......
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
__version__ = '0.10.0'
__version__ = '0.10.1'
from tgclients.aggregator import (
Aggregator,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment