Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Sep 21, 2018
1 parent 2354b6c commit 1df8a62
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pypureomapi (0.7) unstable; urgency=low

* add new method add_host_supersede

-- Dr. Torge Szczepanek <[email protected]> Fri, 21 Sep 2018 15:14:59 +0200

pypureomapi (0.6) unstable; urgency=low

* add optional timeout parameter
Expand Down
2 changes: 1 addition & 1 deletion pypureomapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
__author__ = "Helmut Grohne, Dr. Torge Szczepanek"
__copyright__ = "Cygnus Networks GmbH"
__license__ = "Apache-2.0"
__version__ = "0.6"
__version__ = "0.7"
__maintainer__ = "Dr. Torge Szczepanek"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion pypureomapi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%endif

%define srcname pypureomapi
%define version 0.6
%define version 0.7
%define release 1
%define sum Cygnus Networks GmbH %{srcname} package

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import distutils.core

distutils.core.setup(name='pypureomapi',
version='0.6',
version='0.7',
description="ISC DHCP OMAPI protocol implementation in Python",
long_description="This module grew out of frustration about pyomapi and later pyomapic. The extension modules mentioned can be used to query the ISC DHCP server for information about leases. pyomapic does this job using swig and the static library provided with ISC DHCP. It leaks and has basically no error checking. Adding error checking later turned out to be a maintenance hell with swig, so a pure python implementation for omapi, pypureomapi was born. It can mostly be used as a drop-in replacement for pyomapic.",
author='Helmut Grohne',
Expand Down

0 comments on commit 1df8a62

Please sign in to comment.