Skip to content

Commit e42dba0

Browse files
committed
Version bump to 1.1.3
1 parent ed65718 commit e42dba0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_DEFUN([CONF_PARSE_WITH],
2828

2929
define([VERSION_MAJOR], [1])
3030
define([VERSION_MINOR], [1])
31-
define([VERSION_FIX], [2])
31+
define([VERSION_FIX], [3])
3232
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
3333
define([VERSION_SUFFIX], [_master])
3434

Diff for: python-amcrest.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ make check-local
147147
%{_sysconfdir}/profile.d/amcrest-cli-autocomplete.sh
148148

149149
%changelog
150+
* Sat Jan 21 2017 Marcelo Moreira de Mello <[email protected]> 1.1-3
151+
* Exported version via api and command-line
152+
150153
* Sat Jan 21 2017 Marcelo Moreira de Mello <[email protected]> 1.1-2
151154
* Fixed and reorganized tree
152155
* Rebase

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33

44
setup(name='amcrest',
5-
version='1.1.2',
5+
version='1.1.3',
66
description='Python wrapper implementation for Amcrest cameras.',
77
author='Douglas Schilling Landgraf, Marcelo Moreira de Mello',
88

0 commit comments

Comments
 (0)