Commit b171fbea authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Added file to document changes, moved revision version up due to last bug fix.

parent 49a7c58c
Loading
Loading
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).
+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',