diff --git a/docs/changelog.rst b/docs/changelog.rst index 11ad356..6864925 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.10.0 <2015-02-01>` * :support:`-` move taskresults tests to tasksresults.tests and fix them * :support:`-` cache result of get_hosting_package method of gvawebcore.views.HostingPackageAndCustomerMixin to improve page loading diff --git a/docs/conf.py b/docs/conf.py index 8a8295e..f3502b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ copyright = u'2014, 2015 Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '0.10.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.