From 5f82811f35e527b59c6cd268a5e28911ee13899d Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 23 May 2020 16:21:33 -0700 Subject: [PATCH] Prepare for 1.3.3rc2 release. --- src/postorius/__init__.py | 2 +- src/postorius/doc/news.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/postorius/__init__.py b/src/postorius/__init__.py index 6f13f357..360f57f2 100644 --- a/src/postorius/__init__.py +++ b/src/postorius/__init__.py @@ -17,5 +17,5 @@ # Postorius. If not, see . -__version__ = '1.3.3rc1' +__version__ = '1.3.3rc2' default_app_config = 'postorius.apps.PostoriusConfig' diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst index a037924f..8ccd4051 100644 --- a/src/postorius/doc/news.rst +++ b/src/postorius/doc/news.rst @@ -18,10 +18,10 @@ You should have received a copy of the GNU Lesser General Public License along with Postorius. If not, see . -1.3.3 -===== +1.3.3rc2 +======== -(2020-XX-XX) +(2020-05-23) * Expose additional list settings. (See !483) * Correct description of Digest Frequency. (Closes #395) -- 2.11.4.GIT