From e229b6e42c80978c9a41268e7d522c94643803d1 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Wed, 4 Oct 2017 20:00:00 +0300 Subject: [PATCH] Releasing v0.7.0 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b50a09c..b2fd108 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python Client for Pilosa - + @@ -12,7 +12,7 @@ Python client for Pilosa high performance distributed bitmap index. ## Change Log -* **Next**: +* **v0.7.0** (2017-10-04): * Added support for creating range encoded frames. * Added `Xor` call. * Added support for excluding bits or attributes from bitmap calls. In order to exclude bits, call `setExcludeBits(true)` in your `QueryOptions.Builder`. In order to exclude attributes, call `setExcludeAttributes(true)`. diff --git a/setup.py b/setup.py index 091db8c..80032b8 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ author_email='dev@pilosa.com', license='BSD', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2',