Bump version to 2.4.2.

This commit is contained in:
Raphaël Barrois
2015-07-02 17:33:25 +02:00
parent d0a5f7cba1
commit 4aac5768db
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
ChangeLog
=========
2.4.2 (2015-07-02)
------------------
*Bugfix:*
* Fix tests for Django 1.7+, thanks to @mhrivnak.
2.4.1 (2015-04-01)
------------------

View File

@@ -4,7 +4,7 @@
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.4.1'
__version__ = '2.4.2'
from .base import compare, match, validate, Spec, SpecItem, Version