Skip to content

Commit 535b81d

Browse files
committed
use versioneer for versioning
1 parent 2aee37d commit 535b81d

11 files changed

+2378
-8
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
resources/ffmpeg-bin/** filter=lfs diff=lfs merge=lfs -text
2+
ffsubsync/_version.py export-subst

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ History
143143
* Fix regression where stdout not used for default output;
144144
* Add ability to specify path to ffmpeg / ffprobe binaries;
145145
* Add ability to overwrite the input / unsynced srt with the --overwrite-input flag;
146+
147+
0.4.4 (2020-06-08)
148+
------------------
149+
* Use rich formatting for Python >= 3.6;
150+
* Use versioneer to manage versions;

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
include *.rst
2+
include versioneer.py
3+
include ffsubsync/_version.py

ffsubsync/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919

2020
from .version import __version__ # noqa
2121
from .ffsubsync import main # noqa
22-

0 commit comments

Comments
 (0)