diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 38d3e00..f7f4ccc 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -1,7 +1,7 @@ History ======= -0.4.3 (unreleased) +0.4.3 (2016-12-03) ================== - Updated medialement to 2.23.2 diff --git a/setup.py b/setup.py index 857d586..14a0e41 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.4.3.dev0' +version = '0.4.3' tests_require = [ 'collective.testcaselayer',