release app version 0.4
This commit is contained in:
parent
b55102936c
commit
5abb3b5134
@ -1,6 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.4
|
||||||
|
-----------
|
||||||
|
* bug fixed
|
||||||
|
* minor update
|
||||||
|
* update documentation
|
||||||
|
|
||||||
Version 0.3
|
Version 0.3
|
||||||
-----------
|
-----------
|
||||||
* add function `get_serialnumber` (return device serial number)
|
* add function `get_serialnumber` (return device serial number)
|
||||||
|
@ -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.3'
|
version = u'0.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'0.3'
|
release = u'0.4'
|
||||||
|
|
||||||
# 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
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pyzk',
|
name='pyzk',
|
||||||
version='0.3',
|
version='0.4',
|
||||||
description='an unofficial library of zksoftware the fingerprint attendance machine.',
|
description='an unofficial library of zksoftware the fingerprint attendance machine.',
|
||||||
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