From 467deade9636140b3bd301563398c6d485660142 Mon Sep 17 00:00:00 2001 From: Yue Du Date: Wed, 24 Oct 2018 17:26:51 +0800 Subject: [PATCH] v1.3.0 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 30ef2e3..3138902 100644 --- a/README.rst +++ b/README.rst @@ -227,7 +227,7 @@ will exit. CHANGELOG -------------- -v1.2.1 2018/10/24 +v1.3.0 2018/10/24 ~~~~~~~~~~~~~~~~~~~ - Fixed a memory leak in decrypt_hex diff --git a/setup.py b/setup.py index ddfbd27..2e9de79 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension import os -VERSION = "1.2.1" +VERSION = "1.3.0" if os.name == 'posix': extra_compile_args = [