From 8a1331adc586ad9676625f9039ddf4c2c4421778 Mon Sep 17 00:00:00 2001 From: "Fanani M. Ihsan" Date: Sun, 17 Jul 2016 13:40:16 +0700 Subject: [PATCH] release app version 5.0 --- CHANGELOG.md | 4 ++++ docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1930351..c6e9562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +Version 0.5 +----------- +* bug fixed get_users bug + Version 0.4 ----------- * bug fixed diff --git a/docs/conf.py b/docs/conf.py index 5072609..a7dbd21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ author = u'Fanani M. Ihsan' # built documents. # # The short X.Y version. -version = u'0.4' +version = u'0.5' # The full version, including alpha/beta/rc tags. -release = u'0.4' +release = u'0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 5504f8c..ae455e6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='pyzk', - version='0.4', + version='0.5', description='an unofficial library of zksoftware fingerprint device', url='https://github.com/fananimi/pyzk', author='Fanani M. Ihsan',