From 5ec7c02eea6e70b8c0b08130ce6817b27eb9a35a Mon Sep 17 00:00:00 2001 From: John Haddon Date: Mon, 23 Aug 2021 11:05:01 +0100 Subject: [PATCH] Bump version to 3.1.0 --- Changes.md | 2 +- build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index a51d988e47..9a7af60b15 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -3.x.x +3.1.0 ----- - Python : Fixed `ssl` module for Python 3. diff --git a/build.py b/build.py index af8f7fca25..dcf52018e9 100755 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ import tarfile import zipfile -__version = "3.0.0" +__version = "3.1.0" """ Config file format