Skip to content

Commit

Permalink
Version bump to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Nov 21, 2016
1 parent acc3f8d commit 78ab8ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pypureomapi (0.5) unstable; urgency=low

* add lookup_hostname and add_host_without_ip
* add pylint exceptions and Debian dh-python dependency

-- Dr. Torge Szczepanek <[email protected]> Mon, 21 Nov 2016 15:53:04 +0100

pypureomapi (0.4) unstable; urgency=low

[ Dr. Torge Szczepanek ]
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.4"
__version__ = "0.5"
__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.4
%define version 0.5
%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.4',
version='0.5',
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 78ab8ba

Please sign in to comment.