We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a67d6 commit 81e5d91Copy full SHA for 81e5d91
docs/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.3.0'
+version = '0.4.0'
63
# The full version, including alpha/beta/rc tags.
64
-release = '0.3.0'
+release = '0.4.0'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='django-crm',
25
- version='0.3.0',
+ version='0.4.0',
26
packages=find_packages(exclude=['tests', 'tests.*']),
27
include_package_data=True,
28
description='An opensourse CRM developed on django framework',
0 commit comments