Skip to content

Commit 4479951

Browse files
committed
Prepare 2.13.0 release (#295)
* #283: Ensure equal versions have equal hashes * Update list of contributors
1 parent 90bf1be commit 4479951

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@ Change Log
66
All notable changes to this code base will be documented in this file,
77
in every released version.
88

9+
Version 2.13.0
10+
==============
11+
12+
:Released: 2020-10-20
13+
:Maintainer: Tom Schraitle
14+
15+
Features
16+
--------
17+
18+
* :pr:`287`: Document how to create subclass from ``VersionInfo``
19+
20+
21+
Bug Fixes
22+
---------
23+
24+
* :pr:`283`: Ensure equal versions have equal hashes.
25+
Version equality means for semver, that ``major``,
26+
``minor``, ``patch``, and ``prerelease`` parts are
27+
equal in both versions you compare. The ``build`` part
28+
is ignored.
29+
30+
931
Version 2.12.0
1032
==============
1133

12-
:Released:
34+
:Released: 2020-10-19
1335
:Maintainer: Tom Schraitle
1436

1537
Features

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Significant contributors
3535
* Karol Werner <karol.werner@ppkt.eu>
3636
* Peter Bittner <django@bittner.it>
3737
* robi-wan <robi-wan@suyu.de>
38+
* sbrudenell <sbrudenell@users.noreply.github.com>
3839
* T. Jameson Little <t.jameson.little@gmail.com>
3940
* Tom Schraitle <tom_schr@web.de>
4041
* Thomas Laferriere <tlaferriere@users.noreply.github.com>

semver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PY3 = sys.version_info[0] == 3
1515

1616

17-
__version__ = "2.12.0"
17+
__version__ = "2.13.0"
1818
__author__ = "Kostiantyn Rybnikov"
1919
__author_email__ = "k-bx@k-bx.com"
2020
__maintainer__ = ["Sebastien Celles", "Tom Schraitle"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy