Skip to content

Commit c845a5d

Browse files
committed
Prep for 0.6.1 release.
1 parent 4da5ef9 commit c845a5d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.6.1
5+
-----
6+
Keep tests out of source distribution
7+
Remove `#!` headers from library files
8+
49
0.6
510
---
611
Support IPv6 addresses in IpRange and IpRangeList

iptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2323
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2424
# POSSIBILITY OF SUCH DAMAGE.
25-
__version__ = '0.7.0-dev'
25+
__version__ = '0.6.1'
2626

2727
__all__ = (
2828
'IpRange',

0 commit comments

Comments
 (0)