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',