Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Oct 24, 2018
1 parent 662ec82 commit 467dead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 467dead

Please sign in to comment.