Skip to content

Commit

Permalink
bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Schworer committed Jul 3, 2013
1 parent 313e8fe commit d360e33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.4'
release = '0.6.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name='zencoder',
version='0.6.4',
version='0.6.5',
description='Integration library for Zencoder',
author='Alex Schworer',
author_email='alex.schworer@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion zencoder/core.py
Expand Up @@ -18,7 +18,7 @@
from django.utils import simplejson
json = simplejson

__version__ = '0.6.4'
__version__ = '0.6.5'

class ZencoderError(Exception):
pass
Expand Down

0 comments on commit d360e33

Please sign in to comment.