Skip to content

Commit

Permalink
release/0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Jul 30, 2015
1 parent d6d3b45 commit e949dd8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.4.1 (unreleased):
v0.4.1 (released July 30, 2015):

- The process for building Windows binaries has been fixed, and these should be
distributed along with new releases. Windows users can now take advantage of
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This config file is used by appveyor.com to build Windows release binaries

version: 0.4.1.dev0-b{build}
version: 0.4.1-b{build}

branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Changelog
v0.4.1
------

Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.4...develop>`__):
`Released July 30, 2015 <https://github.com/earwig/mwparserfromhell/tree/v0.4.1>`_
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.4...v0.4.1>`__):

- The process for building Windows binaries has been fixed, and these should be
distributed along with new releases. Windows users can now take advantage of
Expand Down
2 changes: 1 addition & 1 deletion mwparserfromhell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (C) 2012, 2013, 2014, 2015 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.4.1.dev0"
__version__ = "0.4.1"
__email__ = "ben.kurtovic@gmail.com"

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

0 comments on commit e949dd8

Please sign in to comment.