Skip to content

Commit

Permalink
use versioneer for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Jun 8, 2020
1 parent 2aee37d commit 535b81d
Show file tree
Hide file tree
Showing 11 changed files with 2,378 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
resources/ffmpeg-bin/** filter=lfs diff=lfs merge=lfs -text
ffsubsync/_version.py export-subst
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,8 @@ History
* Fix regression where stdout not used for default output;
* Add ability to specify path to ffmpeg / ffprobe binaries;
* Add ability to overwrite the input / unsynced srt with the --overwrite-input flag;

0.4.4 (2020-06-08)
------------------
* Use rich formatting for Python >= 3.6;
* Use versioneer to manage versions;
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include *.rst
include versioneer.py
include ffsubsync/_version.py
1 change: 0 additions & 1 deletion ffsubsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@

from .version import __version__ # noqa
from .ffsubsync import main # noqa

Loading

0 comments on commit 535b81d

Please sign in to comment.