Skip to content

Commit

Permalink
Version bump and copyright fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Mar 30, 2017
1 parent 26a7646 commit eb1eb43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2010-2015 Cygnus Networks GmbH
Copyright 2010-2017 Cygnus Networks GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions pypureomapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# library for communicating with an isc dhcp server over the omapi protocol
#
# Copyright 2010-2015 Cygnus Networks GmbH
# Copyright 2010-2017 Cygnus Networks GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,7 +37,7 @@
__author__ = "Helmut Grohne, Dr. Torge Szczepanek"
__copyright__ = "Cygnus Networks GmbH"
__license__ = "Apache-2.0"
__version__ = "0.5"
__version__ = "0.6"
__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.5
%define version 0.6
%define release 1
%define sum Cygnus Networks GmbH %{srcname} package

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf8 -*-
# library for communicating with an isc dhcp server over the omapi protocol
#
# Copyright 2010-2015 Cygnus Networks GmbH
# Copyright 2010-2017 Cygnus Networks GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@
import distutils.core

distutils.core.setup(name='pypureomapi',
version='0.5',
version='0.6',
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 eb1eb43

Please sign in to comment.