Loading CHANGES.rm 0 → 100644 +8 −0 Original line number Diff line number Diff line Changes since 0.6.0.2 ===================== This section will document changes to the library since the last release ## New features ## Bug Fixes - Fixed issue with asynchronous clients leaving the socket open after _close_ was called (ASOKVAD-263). setup.py +1 −1 Original line number Diff line number Diff line from setuptools import setup, find_packages version = '0.6.0.2' version = '0.6.0.3' setup( name='kinetic', Loading Loading
CHANGES.rm 0 → 100644 +8 −0 Original line number Diff line number Diff line Changes since 0.6.0.2 ===================== This section will document changes to the library since the last release ## New features ## Bug Fixes - Fixed issue with asynchronous clients leaving the socket open after _close_ was called (ASOKVAD-263).
setup.py +1 −1 Original line number Diff line number Diff line from setuptools import setup, find_packages version = '0.6.0.2' version = '0.6.0.3' setup( name='kinetic', Loading