bump version

This commit is contained in:
Tobias Oberstein 2015-04-14 14:42:24 +02:00
parent 063a2c75d1
commit c94500c795
2 changed files with 10 additions and 1 deletions

View File

@ -24,5 +24,5 @@
#
###############################################################################
__version__ = "0.10.2"
__version__ = "0.10.3"
version = __version__ # backward compat.

View File

@ -5,6 +5,15 @@
Changelog
=========
0.10.3
------
`Published 2015-04-14 <https://pypi.python.org/pypi/autobahn/0.10.2>`__
* new: using txaio package
* new: revised WAMP-over-RawSocket specification implemented
* fix: ignore unknown attributes in WAMP Options/Details
0.10.2
------