diff --git a/CHANGELOG b/CHANGELOG index fb56704..99eff38 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -v0.4 (unreleased): +v0.3.2 (released September 1, 2013): - Added support for Python 3.2 (along with current support for 3.3 and 2.7). - Renamed Template.remove()'s first argument from 'name' to 'param', which now diff --git a/docs/changelog.rst b/docs/changelog.rst index 211a967..e72baef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,11 @@ Changelog ========= -v0.4 ----- +v0.3.2 +------ -Unreleased -(`changes `__): +`Released September 1, 2013 `_ +(`changes `__): - Added support for Python 3.2 (along with current support for 3.3 and 2.7). - Renamed :py:meth:`.Template.remove`\ 's first argument from *name* to diff --git a/mwparserfromhell/__init__.py b/mwparserfromhell/__init__.py index 3c011d0..6569d96 100644 --- a/mwparserfromhell/__init__.py +++ b/mwparserfromhell/__init__.py @@ -31,7 +31,7 @@ from __future__ import unicode_literals __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2012, 2013 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.4.dev" +__version__ = "0.3.2" __email__ = "ben.kurtovic@verizon.net" from . import (compat, definitions, nodes, parser, smart_list, string_mixin,