From 0f05dfa54643aa81474c9572590c08d6facdd434 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 21 Dec 2020 04:43:25 -0500 Subject: [PATCH] release/0.6 --- CHANGELOG | 2 +- appveyor.yml | 2 +- docs/changelog.rst | 4 ++-- mwparserfromhell/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e599665..582ab88 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -v0.6 (unreleased): +v0.6 (released December 21, 2020): Thanks to everyone for their patience with this release! diff --git a/appveyor.yml b/appveyor.yml index 23286e0..f7987ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ # This config file is used by appveyor.com to build Windows release binaries -version: 0.6.dev0-b{build} +version: 0.6-b{build} branches: only: diff --git a/docs/changelog.rst b/docs/changelog.rst index afade5f..fa6264d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,8 +4,8 @@ Changelog v0.6 ---- -Unreleased -(`changes `__): +`Released December 21, 2020 `_ +(`changes `__): Thanks to everyone for their patience with this release! diff --git a/mwparserfromhell/__init__.py b/mwparserfromhell/__init__.py index 841f992..409335b 100644 --- a/mwparserfromhell/__init__.py +++ b/mwparserfromhell/__init__.py @@ -27,7 +27,7 @@ outrageously powerful parser for `MediaWiki `_ wikico __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2012-2020 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.6.dev0" +__version__ = "0.6" __email__ = "ben.kurtovic@gmail.com" from . import (definitions, nodes, parser, smart_list, string_mixin,