Skip to content

Commit 5046697

Browse files
committed
readme: Fixup version information in readme
1 parent 9b7b622 commit 5046697

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[1.5.1] - 2020-12-30
2+
3+
* doc: Do not document Python 2.7-3.5 as documented ;p
4+
15
[1.5.0] - 2020-12-30
26

37
* ci: Drop Python < 3.6.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ https://synss.github.io/python-mbedtls/
6565
Installation
6666
============
6767

68-
The bindings are tested with Python 2.7, 3.5, 3.6, 3.7, and 3.8 on Linux
68+
The bindings are tested with Python 3.6, 3.7, 3.8, 3.9 on Linux
6969
and macOS.
7070

71-
`manylinux1`_ wheels are available for 64-bit Linux systems. Install
71+
`manylinux`_ wheels are available for 64-bit Linux systems. Install
7272
with ``pip install python-mbedtls``.
7373

74-
.. _manylinux1: https://www.python.org/dev/peps/pep-0513/
74+
.. _manylinux: https://www.python.org/dev/peps/pep-0513/
7575

7676

7777
Usage and examples

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Mathias Laurin"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.5.0"
26+
release = "1.5.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

src/mbedtls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import mbedtls.version as version
1717
import mbedtls.x509 as x509
1818

19-
__version__ = "1.5.0"
19+
__version__ = "1.5.1"
2020

2121
__all__ = (
2222
"cipher",

0 commit comments

Comments
 (0)