Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithSamuelM committed Jan 2, 2017
1 parent cd65252 commit b81ce7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
@@ -1,6 +1,16 @@
------------------
CHANGE LOG
-------------------

-----------
20161228
----------
v0.6.6

Support for ipv6
Bug fixes
More detail in console log messages associated with stale sessions

-----------
20151018
----------
Expand Down
2 changes: 1 addition & 1 deletion raet/__metadata__.py
Expand Up @@ -2,7 +2,7 @@
Raet package metadata
'''

__version_info__ = (0, 6, 5)
__version_info__ = (0, 6, 6)
__version__ = '{0}.{1}.{2}'.format(*__version_info__)
__author__ = "Samuel M. Smith"
__license__ = "Apache2"
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -8,6 +8,10 @@
python setup.py register sdist upload
More secure to use twine to upload $ pip3 install twine
$ python setup.py sdist
$ twine upload dist/raet-0.6.6.tar.gz
"""
import os
import sys
Expand Down

0 comments on commit b81ce7e

Please sign in to comment.