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 3f889e0 commit 0ae1e47Copy full SHA for 0ae1e47
docs/source/conf.py
@@ -58,9 +58,9 @@
58
# built documents.
59
#
60
# The short X.Y version.
61
-version = "0.7.0"
+version = "0.9.0"
62
# The full version, including alpha/beta/rc tags.
63
-release = "0.7.0"
+release = "0.9.0"
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="django-crm",
24
- version="0.7.0",
+ version="0.9.0",
25
packages=find_packages(exclude=["tests", "tests.*"]),
26
include_package_data=True,
27
description="An opensourse CRM developed on django framework",
0 commit comments