Skip to content

Commit

Permalink
readme: Fixup version information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Dec 30, 2020
1 parent 9b7b622 commit 5046697
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[1.5.1] - 2020-12-30

* doc: Do not document Python 2.7-3.5 as documented ;p

[1.5.0] - 2020-12-30

* ci: Drop Python < 3.6.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ https://synss.github.io/python-mbedtls/
Installation
============

The bindings are tested with Python 2.7, 3.5, 3.6, 3.7, and 3.8 on Linux
The bindings are tested with Python 3.6, 3.7, 3.8, 3.9 on Linux
and macOS.

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

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


Usage and examples
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Mathias Laurin"

# The full version, including alpha/beta/rc tags
release = "1.5.0"
release = "1.5.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/mbedtls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import mbedtls.version as version
import mbedtls.x509 as x509

__version__ = "1.5.0"
__version__ = "1.5.1"

__all__ = (
"cipher",
Expand Down

0 comments on commit 5046697

Please sign in to comment.