Skip to content

Commit 874b0b1

Browse files
committed
version bump to v0.1.2 (doc update only)
1 parent c019fd7 commit 874b0b1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.1.2]
9+
10+
### Fixed
11+
12+
- PyPI description not shown
13+
814
## [0.1.1]
915

1016
- First release via GitHub Action
1117

12-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...HEAD
18+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.2...HEAD
19+
[0.1.2]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.1.1...v0.1.2
1320
[0.1.1]: https://github.com/python-ffmpegio/python-ffmpegio/compare/94bbcc4...v0.1.1

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = ffmpeg_downloader
33
version = attr: ffmpeg_downloader.__version__
44
description = FFmpeg Release Build Downloader
55
long_description_content_type = text/x-rst
6-
long_description = file: README.md
7-
keywords = multimedia, ffmpeg, ffprobe
6+
long_description = file: README.rst
7+
keywords = multimedia, ffmpeg, ffprobe, download
88
license = GPL-2.0 License
99
url=https://github.com/python-ffmpegio/python-ffmpeg-downloader
1010
project_urls=

src/ffmpeg_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"
22
__all__ = [
33
"ffmpeg_dir",
44
"ffmpeg_version",

0 commit comments

Comments
 (0)