update homepage version to 2.2.0
This commit is contained in:
@@ -134,7 +134,7 @@ ckeditor -> django-prose-editor
|
||||
|
||||
## Version History
|
||||
|
||||
Next
|
||||
2.2.0
|
||||
|
||||
* Add rental
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from django.utils.version import get_version
|
||||
|
||||
VERSION = (1, 0, 0, "final", 0)
|
||||
VERSION = (2, 2, 0, "final", 0)
|
||||
BUILD = 0
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
Reference in New Issue
Block a user