Skip to content

Commit 418be92

Browse files
committed
included migrations and update 0.3
1 parent 55ad528 commit 418be92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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.2'
60+
version = '0.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.2'
62+
release = '0.3'
6363

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

0 commit comments

Comments
 (0)