From 9a809c493ab7d358c3fa30f7f89687a8055ff1b5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 29 Jun 2018 03:15:34 -0400 Subject: [PATCH] Bump version to 3.0 Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- docker/version | 2 +- docs/releases/3.0.rst | 2 +- mayan/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d26c7ca94a..dfa70f89d3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,4 @@ -3.0 (2018-04-XX) +3.0 (2018-06-29) ================ - Rename the role groups link label from "Members" to "Groups". - Rename the group users link label from "Members" to "Users". diff --git a/docker/version b/docker/version index 0964d6a2c1..9f55b2ccb5 100755 --- a/docker/version +++ b/docker/version @@ -1 +1 @@ -3.0rc1 +3.0 diff --git a/docs/releases/3.0.rst b/docs/releases/3.0.rst index c3e55d940d..8116dc5014 100644 --- a/docs/releases/3.0.rst +++ b/docs/releases/3.0.rst @@ -2,7 +2,7 @@ Mayan EDMS v3.0 release notes ============================= -Released: March 19, 2018 +Released: June 29, 2018 What's new ========== diff --git a/mayan/__init__.py b/mayan/__init__.py index a37e08bcc0..a38e83461e 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,7 +1,7 @@ from __future__ import unicode_literals __title__ = 'Mayan EDMS' -__version__ = '3.0rc1' +__version__ = '3.0' __build__ = 0x030000 __author__ = 'Roberto Rosario' __author_email__ = 'roberto.rosario@mayan-edms.com'