diff --git a/HISTORY.rst b/HISTORY.rst index 08c8b8556..ebfbe81f8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ History .. to_doc --------------------- -0.33.2.dev0 +0.33.2 (2016-09-28) --------------------- * Fix HISTORY.rst link problem that prevented correct display of content on PyPI. diff --git a/planemo/__init__.py b/planemo/__init__.py index d9a15b207..537762386 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.33.2.dev0' +__version__ = '0.33.2' PROJECT_NAME = "planemo"