Compare commits

..

2 Commits

Author SHA1 Message Date
Antoine Bertin a6abc268a5 Release 0.7.4 2014-01-27 22:21:49 +01:00
Antoine Bertin 2dea4fef44 Update requirements
Exclude newest releases of guessit and babelfish
2014-01-27 22:20:21 +01:00
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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 -1
View File
@@ -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'