From 1286adbded2842115816ceedc2c48fcb29e26fc9 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 4 Oct 2019 14:50:03 -0400 Subject: [PATCH] Preparing release 3.9.1 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 38ea8e5..f74370c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ CHANGES ======= -3.9.1 (unreleased) +3.9.1 (2019-10-04) ------------------ - Adding textTransform implementation. diff --git a/setup.py b/setup.py index ef13848..c3109c7 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*rnames): setup ( name="z3c.rml", - version='3.9.1.dev0', + version='3.9.1', author="Stephan Richter and the Zope Community", author_email="zope-dev@zope.org", description="An alternative implementation of RML",