We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f844ca0 commit d7da944Copy full SHA for d7da944
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.5.1 (2023-08-08)
6
+
7
+### Other
8
9
+* Reduce logging noise ([#134](https://github.com/WIPACrepo/rest-tools/issues/134)) ([`f844ca0`](https://github.com/WIPACrepo/rest-tools/commit/f844ca0fec9d5e1873d5d3f95215508f26c98e14))
10
11
## v1.5.0 (2023-08-03)
12
13
rest_tools/__init__.py
@@ -5,7 +5,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-__version__ = "1.5.0"
+__version__ = "1.5.1"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
0 commit comments