From 95cb9a1874f16565c12e504fcb47eb568e6e9aac Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Wed, 20 Jan 2016 15:44:44 +0100 Subject: [PATCH] Preparing release 4.3.3 --- 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 b0f64d36..0acbd0d4 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -4.3.3 (unreleased) +4.3.3 (2016-01-20) ------------------ - Fix context of ckeditor_plone_config.js diff --git a/setup.py b/setup.py index 0a32a773..cceddabf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '4.3.3.dev0' +version = '4.3.3' long_description = ( open("README.rst").read() + "\n"