Skip to content

Commit

Permalink
- updated versions for release 0.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmoss committed Sep 3, 2015
1 parent 2a44dc6 commit c3fbf2d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---------------
Release: 0.7.18
---------------
Date: ?? Sep 2015
Date: 4 Sep 2015

^^^^^^^^^^^^^^^^^^^^
Changes since 0.7.17
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
netaddr
=======

A Python library for representing and manipulating network addresses.
A network address manipulation library for Python

[![Circle CI](https://circleci.com/gh/drkjam/netaddr.png?style=shield)](https://circleci.com/gh/drkjam/netaddr)
[![Latest Version](https://img.shields.io/pypi/v/netaddr.svg)](pypi.python.org/pypi/netaddr)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================
What's new in netaddr 0.7.17
What's new in netaddr 0.7.18
============================

.. include:: ../../CHANGELOG
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7.16'
# The full version, including alpha/beta/rc tags.
release = '0.7.17'
release = '0.7.18'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -232,7 +232,7 @@
u'netaddr Documentation',
u'David P. D. Moss',
'netaddr',
'a comprehensive network address library for Python',
'A network address manipulation library for Python',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================
netaddr 0.7.17 documentation
netaddr 0.7.18 documentation
============================

.. image:: https://circleci.com/gh/drkjam/netaddr.png?style=shield
Expand Down
2 changes: 1 addition & 1 deletion netaddr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""A Python library for manipulating IP and EUI network addresses."""

#: Version info (major, minor, maintenance, status)
VERSION = (0, 7, 17)
VERSION = (0, 7, 18)
STATUS = ''
__version__ = '%d.%d.%d' % VERSION[0:3] + STATUS

Expand Down

0 comments on commit c3fbf2d

Please sign in to comment.