Skip to content

Commit

Permalink
Merge pull request #97 from tchellomello/master
Browse files Browse the repository at this point in the history
Version 1.2.3
  • Loading branch information
tchellomello authored Jun 16, 2018
2 parents a5a03ed + 3ed0061 commit 4a2d9f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# GNU General Public License for more details.
define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [2])
define([VERSION_FIX], [2])
define([VERSION_FIX], [3])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_master])

Expand Down
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#!/usr/bin/env python
from setuptools import setup, find_packages


def readme():
with open('README.rst') as desc:
return desc.read()


setup(name='amcrest',
version='1.2.2',
version='1.2.3',
description='Python wrapper implementation for Amcrest cameras.',
long_description=readme(),
author='Douglas Schilling Landgraf, Marcelo Moreira de Mello',
author_email='[email protected], [email protected]',
url='http://github.com/tchellomello/python-amcrest',
Expand Down
7 changes: 7 additions & 0 deletions setup.py.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
#!/usr/bin/env python
from setuptools import setup, find_packages


def readme():
with open('README.rst') as desc:
return desc.read()


setup(name='amcrest',
version='@PACKAGE_RPM_VERSION@',
description='Python wrapper implementation for Amcrest cameras.',
long_description=readme(),
author='Douglas Schilling Landgraf, Marcelo Moreira de Mello',
author_email='[email protected], [email protected]',
url='http://github.com/tchellomello/python-amcrest',
Expand Down

0 comments on commit 4a2d9f9

Please sign in to comment.