Skip to content
Snippets Groups Projects
Commit 3f3a531d authored by Bruno Renié's avatar Bruno Renié
Browse files

project: bump version

parent 752cb029
No related branches found
Tags 2.0
No related merge requests found
......@@ -50,9 +50,9 @@ copyright = u'2012-{0}, Bruno Renié'.format(datetime.datetime.today().year)
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -28,7 +28,7 @@ Contents:
Changelog
---------
* 2.0 (YYYY-MM-DD):
* 2.0 (2018-08-27):
* Drop support for Django < 1.11 and add support for Django 2.0 and 2.1.
......
__version__ = '1.0'
__version__ = '2.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment