We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50e092 commit 5e81d86Copy full SHA for 5e81d86
docs/source/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '0.4'
+version = '0.5'
61
# The full version, including alpha/beta/rc tags.
62
-release = '0.4'
+release = '0.5'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='django-payu',
25
- version='0.4',
+ version='0.5',
26
packages=['payu', 'payu.migrations'],
27
include_package_data=True,
28
description='A simple PayU app for Django.',
0 commit comments