Skip to content

Commit 54b4d1b

Browse files
committed
conf: Increase version to 1.1.0
1 parent 521a740 commit 54b4d1b

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.1.0] - 2020-02-22
22

33
* tls: Add support to PSK for (D)TLS
44
* tls: Fixup `access()` method for DTLS on Python 2.7 and 3.4.

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.0.0"
26+
release = "1.1.0"
2727

2828

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

setup.py

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

6-
version = "1.0.0"
6+
version = "1.1.0"
77
mbedtls_version = "2.16.5"
88
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
99

0 commit comments

Comments
 (0)