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

Moving develop to 0.8.3-dev

parent f8b7dac8
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
Changes since 0.8.1
Changes since 0.8.2
===========================
This section will document changes to the library since the last release
>**NOTE:** this section will document changes to the library since the last release

Changes from 0.8.1 to 0.8.2
===========================

## Bug fixes
- Keys with empty values show correctly as '' instead of None
- **WRITEBACK** set as default mode for `put` and `delete` operations

## Misc
- OSX requirements for SSL connections updated.

Changes from 0.8.0 to 0.8.1
===========================
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
with open('requirements.txt', 'r') as f:
    requires = [x.strip() for x in f if x.strip()]

version = '0.8.2'
version = '0.8.3-dev'

setup(
    name='kinetic',