Skip to content

Commit 27fc1a5

Browse files
committed
Release v1.2.1
1 parent f00677b commit 27fc1a5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 2024/05/21 1.2.1
46
- Fix documentation flaw in README
57

6-
## 2024/05/19 1.2.0
8+
## 2024/05/21 1.2.0
79
- Refactored modules
810
- Naming things
911
- Improved logging

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.2.1"
44

55
with open("README.md", "r") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)