Skip to content

Commit fae7d70

Browse files
authored
Bump version to 0.2.1 + Release Notes (#25)
1 parent 34cf29c commit fae7d70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 0.2.0 (2023-05-03)
26
## New Features
37
- settings module - makes using various test settings easier and cleaner (#7)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespaces = false
1111

1212
[project]
1313
name = "squape"
14-
version = "0.2.0"
14+
version = "0.2.1"
1515
authors = [
1616
{ name="Cyber Alpaca", email="[email protected]" },
1717
]

0 commit comments

Comments
 (0)