Skip to content

Commit 5e81d86

Browse files
committed
django 2.0 support release
1 parent c50e092 commit 5e81d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.4'
60+
version = '0.5'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.4'
62+
release = '0.5'
6363

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='django-payu',
25-
version='0.4',
25+
version='0.5',
2626
packages=['payu', 'payu.migrations'],
2727
include_package_data=True,
2828
description='A simple PayU app for Django.',

0 commit comments

Comments
 (0)