We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313e8fe commit d360e33Copy full SHA for d360e33
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '0.6'
52
# The full version, including alpha/beta/rc tags.
53
-release = '0.6.4'
+release = '0.6.5'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import setup
5
6
setup(name='zencoder',
7
- version='0.6.4',
+ version='0.6.5',
8
description='Integration library for Zencoder',
9
author='Alex Schworer',
10
author_email='alex.schworer@gmail.com',
zencoder/core.py
@@ -18,7 +18,7 @@
18
from django.utils import simplejson
19
json = simplejson
20
21
-__version__ = '0.6.4'
+__version__ = '0.6.5'
22
23
class ZencoderError(Exception):
24
pass
0 commit comments