From d79eed15997e0cb9a98bb00dcb19b733dae57a61 Mon Sep 17 00:00:00 2001 From: Nick Espig Date: Wed, 2 Oct 2019 11:01:48 +0200 Subject: [PATCH] Preparing release 1.13.2 --- docs/HISTORY.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 1220adc..13bc380 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,7 +2,7 @@ Changelog ========= -1.13.2 (unreleased) +1.13.2 (2019-10-02) ------------------- - Use same rss label text as ftw.news for a more unified experience [Nachtalb] diff --git a/setup.py b/setup.py index dc5a0f4..a354872 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.13.2.dev0' +version = '1.13.2' tests_require = [ 'collective.taskqueue',