Skip to content

Commit 84e5019

Browse files
committed
ci: Increase version to 1.3.1
1 parent 1246b03 commit 84e5019

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[next]
1+
[1.3.1] - 2020-07-23
22

33
* *: Add support for Python 3.9.
44
* update wheels to mbedtls 2.16.7.

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.3.0"
26+
release = "1.3.1"
2727

2828

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from setuptools import setup, Extension, find_packages
66

7-
version = "1.3.0"
7+
version = "1.3.1"
88
mbedtls_version = "2.16.7"
99
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
1010

0 commit comments

Comments
 (0)