diff --git a/HISTORY.rst b/HISTORY.rst index 72b23a9b5c..f3e88a527d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,5 @@ -2.2.1 (2017-05-XX) -================== +2.3 (2017-05-XX) +================ - Allow for bigger indexing expression templates. - Auto select checkbox when updating metadata values. GitLab issue #371. - Added support for passing the options allow-other and allow-root to the diff --git a/docs/releases/2.2.1.rst b/docs/releases/2.3.rst similarity index 100% rename from docs/releases/2.2.1.rst rename to docs/releases/2.3.rst diff --git a/docs/releases/index.rst b/docs/releases/index.rst index d2aaa11fa2..5ffd7316ef 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -22,7 +22,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 - 2.2.1 + 2.3 2.2 2.1.11 2.1.10 diff --git a/mayan/__init__.py b/mayan/__init__.py index b392e99e1e..cb35e8154b 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,8 +1,8 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '2.2' -__build__ = 0x020200 +__version__ = '2.3' +__build__ = 0x020300 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com' __description__ = 'Free Open Source Electronic Document Management System'