release app version 5.0
This commit is contained in:
parent
715c9ade72
commit
8a1331adc5
@ -1,6 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.5
|
||||||
|
-----------
|
||||||
|
* bug fixed get_users bug
|
||||||
|
|
||||||
Version 0.4
|
Version 0.4
|
||||||
-----------
|
-----------
|
||||||
* bug fixed
|
* bug fixed
|
||||||
|
@ -56,9 +56,9 @@ author = u'Fanani M. Ihsan'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'0.4'
|
version = u'0.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pyzk',
|
name='pyzk',
|
||||||
version='0.4',
|
version='0.5',
|
||||||
description='an unofficial library of zksoftware fingerprint device',
|
description='an unofficial library of zksoftware fingerprint device',
|
||||||
url='https://github.com/fananimi/pyzk',
|
url='https://github.com/fananimi/pyzk',
|
||||||
author='Fanani M. Ihsan',
|
author='Fanani M. Ihsan',
|
||||||
|
Loading…
Reference in New Issue
Block a user