Browse Source

release/0.1.1

tags/v0.1.1^0
Ben Kurtovic 11 years ago
parent
commit
19da4d2144
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      docs/conf.py
  2. +1
    -1
      docs/index.rst
  3. +1
    -1
      mwparserfromhell/__init__.py

+ 2
- 2
docs/conf.py View File

@@ -48,9 +48,9 @@ copyright = u'2012 Ben Kurtovic'
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.dev'
release = '0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


+ 1
- 1
docs/index.rst View File

@@ -1,4 +1,4 @@
MWParserFromHell v0.2 Documentation
MWParserFromHell v0.1 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 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.dev"
__version__ = "0.1.1"
__email__ = "ben.kurtovic@verizon.net"

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


Loading…
Cancel
Save