-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCHANGES
More file actions
39 lines (32 loc) · 672 Bytes
/
CHANGES
File metadata and controls
39 lines (32 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Changes
=======
0.6.1
-----
Keep tests out of source distribution
Remove `#!` headers from library files
0.6
---
Support IPv6 addresses in IpRange and IpRangeList
Utility functions for IPv6 addresses
0.5
---
Migrated source to github
Integrated with TravisCI
Integrated with ReadTheDocs
Support Sequence operations in IpRange
Added netmask functions
0.4
---
Fixed bug with ip address range validation
0.3
---
Fixed bug with IpRange tuple constructor
0.2
---
Better mulitplatform support:
Syntax changes to support python 2.3
Syntax changes to support python 3.1
Syntax changes to support platforms where xrange doesn't support long args
0.1
---
First Release