diff --git a/docs/chapters/development.rst b/docs/chapters/development.rst index ddca8b1b10..30b0c16f3b 100644 --- a/docs/chapters/development.rst +++ b/docs/chapters/development.rst @@ -502,6 +502,7 @@ Release checklist make generate-setup +#. Commit as version bump. #. Build source package and test: :: diff --git a/mayan/__init__.py b/mayan/__init__.py index c74a4eb196..077fbf891a 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' __version__ = '3.2.9' __build__ = 0x030209 -__build_string__ = 'v3.2.8-28-gda7feed2ef_Tue Oct 29 04:57:27 2019 -0400' +__build_string__ = 'v3.2.8-49-gac0e74572e_Sun Nov 3 19:06:44 2019 -0400' __django_version__ = '1.11' __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'