Skip to content

Commit 0ae1e47

Browse files
committed
0.9.0 version release
1 parent 3f889e0 commit 0ae1e47

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
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "0.7.0"
61+
version = "0.9.0"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "0.7.0"
63+
release = "0.9.0"
6464

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

setup.py

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

2222
setup(
2323
name="django-crm",
24-
version="0.7.0",
24+
version="0.9.0",
2525
packages=find_packages(exclude=["tests", "tests.*"]),
2626
include_package_data=True,
2727
description="An opensourse CRM developed on django framework",

0 commit comments

Comments
 (0)