Selaa lähdekoodia

Version bump for 0.6 [ci skip]

tags/v0.5.1
Ben Kurtovic 6 vuotta sitten
vanhempi
commit
cdc97f6f29
4 muutettua tiedostoa jossa 14 lisäystä ja 2 poistoa
  1. +4
    -0
      CHANGELOG
  2. +1
    -1
      appveyor.yml
  3. +8
    -0
      docs/changelog.rst
  4. +1
    -1
      mwparserfromhell/__init__.py

+ 4
- 0
CHANGELOG Näytä tiedosto

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

- ...

v0.5 (released June 23, 2017):

- Added Wikicode.contains() to determine whether a Node or Wikicode object is


+ 1
- 1
appveyor.yml Näytä tiedosto

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

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

branches:
only:


+ 8
- 0
docs/changelog.rst Näytä tiedosto

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

v0.6
----

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

- ...

v0.5
----



+ 1
- 1
mwparserfromhell/__init__.py Näytä tiedosto

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

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


Ladataan…
Peruuta
Tallenna