Browse Source

Version bump to 0.4.dev.

tags/v0.4
Ben Kurtovic 10 years ago
parent
commit
99cf0a4412
3 changed files with 13 additions and 1 deletions
  1. +4
    -0
      CHANGELOG
  2. +8
    -0
      docs/changelog.rst
  3. +1
    -1
      mwparserfromhell/__init__.py

+ 4
- 0
CHANGELOG View File

@@ -1,3 +1,7 @@
v0.4 (unreleased):

-

v0.3.3 (released April 22, 2014):

- Added support for Python 2.6 and 3.4.


+ 8
- 0
docs/changelog.rst View File

@@ -1,6 +1,14 @@
Changelog
=========

v0.4
----

Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.3...develop>`__):

-

v0.3.3
------



+ 1
- 1
mwparserfromhell/__init__.py View File

@@ -31,7 +31,7 @@ from __future__ import unicode_literals
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013, 2014 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.3.3"
__version__ = "0.4.dev"
__email__ = "ben.kurtovic@gmail.com"

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


Loading…
Cancel
Save