Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnBraam committed Aug 18, 2015
1 parent 16d9d51 commit 04d46c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ isc_dhcp_leases/__init__.py
isc_dhcp_leases/iscdhcpleases.py
isc_dhcp_leases/test_iscDhcpLeases.py
isc_dhcp_leases/test_lease.py
isc_dhcp_leases/test_lease6.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python-isc-dhcp-leases

Small python module for reading /var/lib/dhcp/dhcpd.leases from isc-dhcp-server. This module works in Python 2.7 and 3.x

This module also supports reading lease files from the isc dhcp daemon running in IPv6 mode.
This module also supports reading lease files from the isc dhcp daemon running in IPv6 mode (Since version 0.4.0).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):

setup(
name='isc_dhcp_leases',
version='0.3.0',
version='0.4.0',
packages=['isc_dhcp_leases'],
url='https://github.com/MartijnBraam/python-isc-dhcp-leases',
license='MIT',
Expand Down

0 comments on commit 04d46c4

Please sign in to comment.