Skip to content

Commit d360e33

Browse files
author
Alex Schworer
committed
bump to 0.6.5
1 parent 313e8fe commit d360e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.6'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.6.4'
53+
release = '0.6.5'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name='zencoder',
7-
version='0.6.4',
7+
version='0.6.5',
88
description='Integration library for Zencoder',
99
author='Alex Schworer',
1010
author_email='[email protected]',

zencoder/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from django.utils import simplejson
1919
json = simplejson
2020

21-
__version__ = '0.6.4'
21+
__version__ = '0.6.5'
2222

2323
class ZencoderError(Exception):
2424
pass

0 commit comments

Comments
 (0)