Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit 873131b

Browse files
semantic-releaseiamtalhaasghar
authored andcommitted
2.8.1
Automatically generated by python-semantic-release
1 parent 92d1c77 commit 873131b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.8.1 (2022-03-08)
6+
### Fix
7+
* #54 play video using youtube short link ([`92d1c77`](https://github.com/iamtalhaasghar/yewtube/commit/92d1c776d4bcc47509becadc5ba9248477dc0dcc))
8+
* Use mkdocs instead of sphinx docs ([`32a2e9c`](https://github.com/iamtalhaasghar/yewtube/commit/32a2e9cdddac3ebb458d7bdcd793ed83ccc2fdf0))
9+
510
## v2.8.0 (2022-02-28)
611
### Feature
712
* **helptext:** Help changelog ([`0643941`](https://github.com/iamtalhaasghar/yewtube/commit/06439411d7a78fe6701f7313e9b3b0720248a197))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
with open('requirements.txt', 'r') as fh:
2222
requirements = fh.readlines()
2323

24-
__version__ = "2.8.0"
24+
__version__ = "2.8.1"
2525

2626
options = dict(
2727
name="yewtube",

0 commit comments

Comments
 (0)