We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd19d9 commit 9382070Copy full SHA for 9382070
docs/source/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '0.1'
+version = '2.0'
55
# The full version, including alpha/beta/rc tags.
56
-release = '0.1'
+release = '2.0'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='django-email-gateway',
25
- version='1.0.0',
+ version='2.0',
26
packages=['django_email_gateway'],
27
include_package_data=True,
28
description='A django package which act as a gateway to send and receive email with amazon SES.',
0 commit comments