Skip to content

Commit

Permalink
bump to version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neothematrix committed May 26, 2020
1 parent f16f53d commit 8ee2c3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/python-pyzabbix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: python-pyzabbix
Version: 0.7.4
Version: 0.8.2
Release: 1
Url: http://github.com/lukecyca/pyzabbix
Summary: Zabbix API Python interface
Expand All @@ -32,7 +32,7 @@ Requires: python-requests >= 1.0
%description
PyZabbix is a Python module for working with the Zabbix API.

Tested against Zabbix 1.8 through 3.0.
Tested against Zabbix 1.8 through 5.0.

%prep
%setup -q -n pyzabbix-%{version}
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pyzabbix",
version="0.8.1",
version="0.8.2",
install_requires=[
"requests>=1.0",
],
Expand All @@ -19,9 +19,11 @@
url="http://github.com/lukecyca/pyzabbix",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3,5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 8ee2c3a

Please sign in to comment.