Skip to content

Commit

Permalink
Merge tag '1.8' into develop
Browse files Browse the repository at this point in the history
Release 1.8 - WebSocket 1.x Upgrade, Move to ECDS VM
  • Loading branch information
Yang committed Mar 23, 2017
2 parents 0b3e9ce + 056663c commit fe32bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readux/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (1, 8, 0, "dev")
__version_info__ = (1, 8, 0, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit fe32bdd

Please sign in to comment.