summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-22 01:24:20 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-22 01:24:20 +0200
commit1929111e25861a54f8e2a593ac30b37bb80a9ca5 (patch)
tree6b7ec3a55b37c5e72299530ad947167124f4af37
parent77635e0d65d05cbd3cf898ef5dc0a1404ba9403e (diff)
downloadhappybase-0.2.tar.gz
Prepare for 0.2 releasehappybase-0.2
-rw-r--r--NEWS.rst15
-rw-r--r--doc/index.rst1
-rw-r--r--happybase/version.py3
3 files changed, 14 insertions, 5 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 6e4f3b2..d031450 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -4,9 +4,18 @@
Version history
***************
-Version 0.1
-===========
+HappyBase 0.2
+=============
-*Released at 2012-05-20*
+Release date: 2012-05-22
+
+* Fix package installation, so that ``pip install happybase`` works as expected
+* Various small documentation improvements
+
+
+HappyBase 0.1
+=============
+
+Release date: 2012-05-20
* Initial release
diff --git a/doc/index.rst b/doc/index.rst
index 2dbb49b..99acbe2 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -14,6 +14,7 @@ interact with `Apache HBase <http://hbase.apache.org/>`_.
installation
tutorial
api
+ news
development
todo
license
diff --git a/happybase/version.py b/happybase/version.py
index 28a3bd7..55279e5 100644
--- a/happybase/version.py
+++ b/happybase/version.py
@@ -1,9 +1,8 @@
"""
HappyBase version module.
-
This module defines the package version for use in __init__.py and
setup.py.
"""
-__version__ = '0.1'
+__version__ = '0.2'