Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 11, 2024
1 parent dfa42a2 commit 97c6a3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v2.12.0 (2024-09-11)

### Chore

* chore: clean up setup.cfg ([`dfa42a2`](https://github.com/mps-youtube/yewtube/commit/dfa42a2afeed3e4130870af8eecd6a54d05d4340))

## v2.11.7 (2024-09-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
with open('requirements.txt', 'r') as fh:
requirements = fh.readlines()

__version__ = "2.11.7"
__version__ = "2.12.0"

options = dict(
name="yewtube",
Expand Down

0 comments on commit 97c6a3e

Please sign in to comment.