Loading CHANGES.md +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 =========================== Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
CHANGES.md +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 =========================== Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading