Skip to content

Commit

Permalink
2.11.7
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 f29e0b3 commit 67083d0
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.11.7 (2024-09-11)

### Fix

* fix: semantic_release version for pypi setup.py was stuck ([`f29e0b3`](https://github.com/mps-youtube/yewtube/commit/f29e0b33241ae50e04fb4d2b0b8308be328eef82))

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

### Chore
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.10.5"
__version__ = "2.11.7"

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

0 comments on commit 67083d0

Please sign in to comment.