Browse Source

Version bump for v0.3; fix permissions on compat.py.

tags/v0.3
Ben Kurtovic 11 years ago
parent
commit
58d9194a2c
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      CHANGELOG
  2. +2
    -2
      docs/changelog.rst
  3. +1
    -1
      docs/index.rst
  4. +1
    -1
      mwparserfromhell/__init__.py
  5. +0
    -0
     

+ 1
- 1
CHANGELOG View File

@@ -1,4 +1,4 @@
v0.1.1 (19da4d2144) to v0.2:
v0.1.1 (19da4d2144) to v0.2 (edf6a3a8a6):

- The parser now fully supports Python 3 in addition to Python 2.7.
- Added a C tokenizer extension that is significantly faster than its Python


+ 2
- 2
docs/changelog.rst View File

@@ -4,7 +4,7 @@ Changelog
v0.2
----

19da4d2144_ to master_ (released June 20, 2013)
19da4d2144_ to edf6a3a8a6_ (released June 20, 2013)

- The parser now fully supports Python 3 in addition to Python 2.7.
- Added a C tokenizer extension that is significantly faster than its Python
@@ -53,6 +53,6 @@ v0.1

ba94938fe8_ (released August 23, 2012)

.. _master: https://github.com/earwig/mwparserfromhell/tree/v0.2
.. _edf6a3a8a6: https://github.com/earwig/mwparserfromhell/tree/v0.2
.. _19da4d2144: https://github.com/earwig/mwparserfromhell/tree/v0.1.1
.. _ba94938fe8: https://github.com/earwig/mwparserfromhell/tree/v0.1

+ 1
- 1
docs/index.rst View File

@@ -1,4 +1,4 @@
MWParserFromHell v0.2 Documentation
MWParserFromHell v0.3 Documentation
===================================

:py:mod:`mwparserfromhell` (the *MediaWiki Parser from Hell*) is a Python


+ 1
- 1
mwparserfromhell/__init__.py View File

@@ -31,7 +31,7 @@ from __future__ import unicode_literals
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2"
__version__ = "0.3.dev"
__email__ = "ben.kurtovic@verizon.net"

from . import compat, nodes, parser, smart_list, string_mixin, utils, wikicode


+ 0
- 0
View File


Loading…
Cancel
Save