Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 20, 2024
1 parent f00677b commit 27fc1a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased

## 2024/05/21 1.2.1
- Fix documentation flaw in README

## 2024/05/19 1.2.0
## 2024/05/21 1.2.0
- Refactored modules
- Naming things
- Improved logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 27fc1a5

Please sign in to comment.