Skip to content

Commit

Permalink
release/0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Apr 22, 2014
1 parent 454890a commit 9953fd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3 (released April 22, 2014):

- Added support for Python 2.6 and 3.4.
- Template.has() is now passed 'ignore_empty=False' by default instead of True.
Expand Down
12 changes: 6 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

v0.4
----
v0.3.3
------

Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.2...develop>`__):
`Released April 22, 2014 <https://github.com/earwig/mwparserfromhell/tree/v0.3.3>`_
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.2...v0.3.3>`__):

- Added support for Python 2.6 and 3.4.
- :py:meth:`.Template.has` is now passed *ignore_empty=False* by default
Expand All @@ -22,8 +22,8 @@ Unreleased
:py:class:`.Wikicode`.
- Given the frequency of issues with the (admittedly insufficient) tag parser,
there's a temporary *skip_style_tags* argument to
:py:meth:`~mwparserfromhell.parse` that ignores ``''`` and ``'''`` until
these issues are corrected.
:py:meth:`~.Parser.parse` that ignores ``''`` and ``'''`` until these issues
are corrected.
- Fixed a parser bug involving nested wikilinks and external links.
- C code cleanup and speed improvements.

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, 2014 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.4.dev"
__version__ = "0.3.3"
__email__ = "[email protected]"

from . import (compat, definitions, nodes, parser, smart_list, string_mixin,
Expand Down

0 comments on commit 9953fd5

Please sign in to comment.