Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Feb 11, 2019
1 parent be95a44 commit c868e7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pypureomapi (0.8) unstable; urgency=low

* Implement more generic lookup functions
* move group examples to source
* improve documentation

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

pypureomapi (0.7) unstable; urgency=low

* add new method add_host_supersede
Expand Down Expand Up @@ -26,7 +34,7 @@ pypureomapi (0.4) unstable; urgency=low
* Use new-style classes
* Disabled doctests - to be included again later in next upstream release
* Change project source from Google Code to Github after upstream migration
* Change maintainer to Torge Szczepanek and remove
* Change maintainer to Torge Szczepanek and remove
Helmut Grohne from uploaders
[ Helmut Grohne ]
* Bump python dependency to 2.6 since we need it.
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.7
%define version 0.8
%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.7',
version='0.8',
description="ISC DHCP OMAPI protocol implementation in Python",
long_description="This module provides a OMAPI implementation for managing ISC DHCP server by OMAPI protocol purely in Python code. You can query, create or modify ISC DHCP leases with this module. This module grew out of frustration about pyomapi and later pyomapic, which use swig and the static library provided with ISC DHCP without proper error handling. pypureomapi fixes these issues and can be used more or less as a drop-in replacement for pyomapic.",
author='Helmut Grohne',
Expand Down

0 comments on commit c868e7c

Please sign in to comment.