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 34cf29c commit fae7d70Copy full SHA for fae7d70
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 0.2.1 (2023-05-17)
2
+## Bugfixes
3
+- Fixed a bug with setting log level via `set_leve()`(#24)
4
+
5
# 0.2.0 (2023-05-03)
6
## New Features
7
- settings module - makes using various test settings easier and cleaner (#7)
pyproject.toml
@@ -11,7 +11,7 @@ namespaces = false
11
12
[project]
13
name = "squape"
14
-version = "0.2.0"
+version = "0.2.1"
15
authors = [
16
{ name="Cyber Alpaca", email="[email protected]" },
17
]
0 commit comments