Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e0b947f

Browse filesBrowse files
committed
Prepare 2.13.0 release (#295)
* #283: Ensure equal versions have equal hashes
1 parent 90bf1be commit e0b947f
Copy full SHA for e0b947f

File tree

2 files changed

+18
-2
lines changed
Filter options

2 files changed

+18
-2
lines changed

‎CHANGELOG.rst

Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17-1Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,26 @@ 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+
Bug Fixes
16+
---------
17+
18+
* :pr:`283`: Ensure equal versions have equal hashes.
19+
Version equality means for semver, that ``major``,
20+
``minor``, ``patch``, and ``prerelease`` parts are
21+
equal in both versions you compare. The ``build`` part
22+
is ignored.
23+
24+
925
Version 2.12.0
1026
==============
1127

12-
:Released:
28+
:Released: 2020-10-19
1329
:Maintainer: Tom Schraitle
1430

1531
Features

‎semver.py

Copy file name to clipboardExpand all lines: semver.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.