Skip to content

Commit

Permalink
bump version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Mar 12, 2020
1 parent a796282 commit 6091b11
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,25 @@ History

0.2.14 (2019-10-07)
------------------
* Bump min required scikit-learn to 0.20.4.
* Bump min required scikit-learn to 0.20.4;

0.2.15 (2019-10-11)
------------------
* Revert changes from 0.2.12 (caused regression on Windows).
* Revert changes from 0.2.12 (caused regression on Windows);

0.2.16 (2019-12-04)
------------------
* Revert changes from 0.2.9 now that srt parses weird timestamps robustly.
* Revert changes from 0.2.9 now that srt parses weird timestamps robustly;

0.2.17 (2019-12-21)
------------------
* Try to correct for framerate differences by picking best framerate ratio.
* Try to correct for framerate differences by picking best framerate ratio;

0.3.0 (2020-03-11)
------------------
* Better detection of text file encodings;
* ASS / SSA functionality (but currently untested);
* Allow serialize speech with --serialize-speech flag;
* Convenient --make-test-case flag to create test cases when filing sync-related bugs;
* Use utf-8 as default output encoding (instead of using same encoding as input);
* More robust test framework (integration tests!);
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def read_file(fname):
license='MIT',
zip_safe=False,
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'Development Status :: 3 - Alpha',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 2',
Expand Down
2 changes: 1 addition & 1 deletion subsync/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.2.17'
__version__ = '0.3.0'

0 comments on commit 6091b11

Please sign in to comment.