Skip to content

Commit

Permalink
django 2.0 support release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed Mar 21, 2018
1 parent f05b6a3 commit c50e092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.4'

# 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 @@ -22,7 +22,7 @@

setup(
name='django-payu',
version='0.3',
version='0.4',
packages=['payu', 'payu.migrations'],
include_package_data=True,
description='A simple PayU app for Django.',
Expand Down

0 comments on commit c50e092

Please sign in to comment.