release app version 0.4

This commit is contained in:
Fanani M. Ihsan 2016-06-23 16:31:18 +07:00
parent b55102936c
commit 5abb3b5134
3 changed files with 9 additions and 3 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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',