From ffe06d9630c4cef4bd614d7316b32c1862724232 Mon Sep 17 00:00:00 2001 From: maciejkula Date: Wed, 6 Jan 2016 12:28:00 +0000 Subject: [PATCH] Prepare 1.2 release. --- changelog.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 4c7c6b3..3a34b5c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased][unreleased] +## [1.2][2016-01-06] ### Changed - `fit` can be safely called multiple times on the same model instance. - `shrink_to_fit` removed, reducing dependency on C++11 stdlib. diff --git a/setup.py b/setup.py index 935419b..9662053 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def run_tests(self): setup( name='rpforest', - version='1.1', + version='1.2', description='Random Projection Forest for approximate nearest neighbours search.', long_description='', packages=['rpforest'], @@ -96,7 +96,7 @@ def run_tests(self): author='LYST Ltd (Maciej Kula)', author_email='data@lyst.com', url='https://github.com/lyst/rpforest', - download_url='https://github.com/lyst/rpforest/tarball/1.1', + download_url='https://github.com/lyst/rpforest/tarball/1.2', license='Apache 2.0', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License'],