Skip to content

Commit

Permalink
0.7.0 version release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu210 committed May 18, 2020
1 parent 0fad22e commit 4f0e1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.0'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='django-crm',
version='0.6.0',
version='0.7.0',
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
description='An opensourse CRM developed on django framework',
Expand Down

0 comments on commit 4f0e1ae

Please sign in to comment.