Skip to content

Commit

Permalink
Add changelog, Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Jan 30, 2017
1 parent b4323df commit 92320ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

Brief descriptions of changes will be logged here. Note that unless otherwise specified, all future versions should be backwards compatible with older versions.

## [1.6.6] - 2017-01-29
- Full test suite finally added
- Travis CI enabled for project
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

VERSION = "1.6.5"
VERSION = "1.6.6"

setup(
name = "PySocks",
Expand Down
3 changes: 1 addition & 2 deletions socks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
SocksiPy - Python SOCKS module.
Version 1.6.5
Copyright 2006 Dan-Haim. All rights reserved.
Expand Down Expand Up @@ -52,7 +51,7 @@
-Various small bug fixes
"""

__version__ = "1.6.5"
__version__ = "1.6.6"

import socket
import struct
Expand Down

0 comments on commit 92320ca

Please sign in to comment.