Browse Source

Python 3.4 is good.

tags/v0.3.3
Ben Kurtovic 10 years ago
parent
commit
fa89cd8da8
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      CHANGELOG
  2. +1
    -1
      docs/changelog.rst
  3. +1
    -0
      setup.py

+ 1
- 1
CHANGELOG View File

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

- Added support for Python 2.6.
- Added support for Python 2.6 and 3.4.
- Template.has() is now passed 'ignore_empty=False' by default instead of True.
This fixes a bug when adding parameters to templates with empty fields, and
is a breaking change if you rely on the default behavior.


+ 1
- 1
docs/changelog.rst View File

@@ -7,7 +7,7 @@ v0.4
Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.2...develop>`__):

- Added support for Python 2.6.
- Added support for Python 2.6 and 3.4.
- :py:meth:`.Template.has` is now passed *ignore_empty=False* by default
instead of *True*. This fixes a bug when adding parameters to templates with
empty fields, **and is a breaking change if you rely on the default


+ 1
- 0
setup.py View File

@@ -64,6 +64,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Text Processing :: Markup"
],
)

Loading…
Cancel
Save