Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d360e33

Browse filesBrowse files
author
Alex Schworer
committed
bump to 0.6.5
1 parent 313e8fe commit d360e33
Copy full SHA for d360e33

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines 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

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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='alex.schworer@gmail.com',

‎zencoder/core.py

Copy file name to clipboardExpand all lines: zencoder/core.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.