Skip to content

Commit 2174bdc

Browse files
committed
Release v2.4.1
1 parent b5c22ec commit 2174bdc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ ChangeLog
22
=========
33

44

5+
2.4.1 (2015-04-01)
6+
------------------
7+
8+
*Bugfix:*
9+
10+
* Fix packaging metadata (advertise Python 3.4 support)
11+
512
2.4.0 (2015-04-01)
613
------------------
714

semantic_version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
7-
__version__ = '2.4.0'
7+
__version__ = '2.4.1'
88

99

1010
from .base import compare, match, validate, Spec, SpecItem, Version

0 commit comments

Comments
 (0)