Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6abc268a5 | |||
| 2dea4fef44 |
@@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.7.4
|
||||
-----
|
||||
**release date:** 2014-01-27
|
||||
|
||||
* Fix requirements for guessit and babelfish
|
||||
|
||||
|
||||
0.7.3
|
||||
-----
|
||||
**release date:** 2013-11-22
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
beautifulsoup4>=4.3.2
|
||||
guessit>=0.6.2
|
||||
guessit>=0.6.2,<0.7
|
||||
requests>=2.0.1
|
||||
enzyme>=0.4.0
|
||||
html5lib>=0.99
|
||||
dogpile.cache>=0.5.2
|
||||
babelfish>=0.4.0
|
||||
babelfish>=0.4.0,<0.5
|
||||
charade>=1.0.3
|
||||
pysrt>=0.5.0
|
||||
|
||||
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
|
||||
setup(name='subliminal',
|
||||
version='0.7.3',
|
||||
version='0.7.4',
|
||||
license='MIT',
|
||||
description='Subtitles, faster than your thoughts',
|
||||
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__title__ = 'subliminal'
|
||||
__version__ = '0.7.3'
|
||||
__version__ = '0.7.4'
|
||||
__author__ = 'Antoine Bertin'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2013 Antoine Bertin'
|
||||
|
||||
Reference in New Issue
Block a user