Skip to content

Commit

Permalink
release/0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Sep 1, 2013
1 parent 40b9235 commit fd5bfe1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

v0.4
----
v0.3.2
------

Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.1...develop>`__):
`Released September 1, 2013 <https://github.com/earwig/mwparserfromhell/tree/v0.3.2>`_
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.1...v0.3.2>`__):

- 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
Expand Down
2 changes: 1 addition & 1 deletion mwparserfromhell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__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,
Expand Down

0 comments on commit fd5bfe1

Please sign in to comment.