Update changelog and contributors list

This commit is contained in:
Kostiantyn Rybnikov
2016-11-09 00:45:04 +02:00
parent d1a3535755
commit 8ac1146a91
2 changed files with 6 additions and 3 deletions

View File

@@ -9,15 +9,17 @@ All notable changes to this code base will be documented in this file,
in every released version.
Version 2.7.0
Version 2.7.2
=============
:Released: FUTURE
:Maintainer: UNKNOWN <unknown>
:Released: 2016-11-08
:Maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
Additions
---------
* Fix issue #37 (Remove trailing zeros from prelease doesn't allow to
parse 0 pre-release version)
* Add parse_version_info to parse a version string to a version info
tuple.

View File

@@ -20,6 +20,7 @@ Primary maintainers
Significant contributors
========================
* Alexander Puzynia <werwolf.by@gmail.com>
* Alexander Shorin <kxepal@gmail.com>
* Anton Talevnin <TalAntR@users.noreply.github.com>
* Ben Finney <ben+python@benfinney.id.au>