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 f00677b commit 27fc1a5Copy full SHA for 27fc1a5
CHANGES.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## 2024/05/21 1.2.1
6
- Fix documentation flaw in README
7
-## 2024/05/19 1.2.0
8
+## 2024/05/21 1.2.0
9
- Refactored modules
10
- Naming things
11
- Improved logging
setup.py
@@ -1,6 +1,6 @@
import setuptools
-__version__ = "1.2.0"
+__version__ = "1.2.1"
with open("README.md", "r") as fh:
long_description = fh.read()
0 commit comments