Skip to content

Commit 0f05dfa

Browse files
committed
release/0.6
1 parent 2721de2 commit 0f05dfa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.6 (unreleased):
1+
v0.6 (released December 21, 2020):
22

33
Thanks to everyone for their patience with this release!
44

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.6.dev0-b{build}
3+
version: 0.6-b{build}
44

55
branches:
66
only:

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44
v0.6
55
----
66

7-
Unreleased
8-
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.5.4...develop>`__):
7+
`Released December 21, 2020 <https://github.com/earwig/mwparserfromhell/tree/v0.6>`_
8+
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.5.4...v0.6>`__):
99

1010
Thanks to everyone for their patience with this release!
1111

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-2020 Ben Kurtovic"
2929
__license__ = "MIT License"
30-
__version__ = "0.6.dev0"
30+
__version__ = "0.6"
3131
__email__ = "ben.kurtovic@gmail.com"
3232

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

0 commit comments

Comments
 (0)