Browse Source

Version bump for 0.5 [ci skip]

tags/v0.4.4
Ben Kurtovic 8 years ago
parent
commit
a4c7fce95c
4 changed files with 14 additions and 2 deletions
  1. +4
    -0
      CHANGELOG
  2. +1
    -1
      appveyor.yml
  3. +8
    -0
      docs/changelog.rst
  4. +1
    -1
      mwparserfromhell/__init__.py

+ 4
- 0
CHANGELOG View File

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

-

v0.4.3 (released October 29, 2015):

- Added Windows binaries for Python 3.5.


+ 1
- 1
appveyor.yml View File

@@ -1,6 +1,6 @@
# This config file is used by appveyor.com to build Windows release binaries

version: 0.4.3-b{build}
version: 0.5.dev0-b{build}

branches:
only:


+ 8
- 0
docs/changelog.rst View File

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

v0.5
----

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

-

v0.4.3
------



+ 1
- 1
mwparserfromhell/__init__.py View File

@@ -29,7 +29,7 @@ outrageously powerful parser for `MediaWiki <http://mediawiki.org>`_ wikicode.
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013, 2014, 2015 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.4.3"
__version__ = "0.5.dev0"
__email__ = "ben.kurtovic@gmail.com"

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


Loading…
Cancel
Save