Skip to content

Commit 439e4c6

Browse files
committed
release/0.6.2
1 parent 95209b9 commit 439e4c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.7 (unreleased):
1+
v0.6.2 (released May 16, 2021):
22

33
- Improved parsing of external links. (#232)
44
- Fixed parsing of nested wikilinks.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This config file is used by appveyor.com to build Windows release binaries
22

3-
version: 0.7.dev0-b{build}
3+
version: 0.6.2-b{build}
44

55
branches:
66
only:

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Changelog
22
=========
33

4-
v0.7
5-
----
4+
v0.6.2
5+
------
66

7-
Unreleased
8-
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6...develop>`__):
7+
`Released May 16, 2021 <https://github.com/earwig/mwparserfromhell/tree/v0.6.2>`_
8+
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.6...v0.6.2>`__):
99

1010
- Improved parsing of external links.
1111
(`#232 <https://github.com/earwig/mwparserfromhell/issues/232>`_)

src/mwparserfromhell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__author__ = "Ben Kurtovic"
2828
__copyright__ = "Copyright (C) 2012-2021 Ben Kurtovic"
2929
__license__ = "MIT License"
30-
__version__ = "0.7.dev0"
30+
__version__ = "0.6.2"
3131
__email__ = "[email protected]"
3232

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

0 commit comments

Comments
 (0)