Skip to content

Commit

Permalink
bump version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Rogers committed May 19, 2016
1 parent c3464c5 commit 09c28ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zabbixctl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%define module_name zabbixctl

Name: %{module_name}
Version: 1.1.4
Version: 1.1.5
Release: 1
Summary: zabbixctl - Utility that connects to Zabbix API

Expand Down
2 changes: 1 addition & 1 deletion zabbixctl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""zabbixctl - CLI for Zabbix API"""

__version__ = '1.1.4'
__version__ = '1.1.5'
__all__ = ["cli", "utils", "Zabbix"]

0 comments on commit 09c28ed

Please sign in to comment.