We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da5ef9 commit c845a5dCopy full SHA for c845a5d
2 files changed
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.6.1
5
+-----
6
+Keep tests out of source distribution
7
+Remove `#!` headers from library files
8
+
9
0.6
10
---
11
Support IPv6 addresses in IpRange and IpRangeList
iptools/__init__.py
@@ -22,7 +22,7 @@
22
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24
# POSSIBILITY OF SUCH DAMAGE.
25
-__version__ = '0.7.0-dev'
+__version__ = '0.6.1'
26
27
__all__ = (
28
'IpRange',
0 commit comments