summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.rst2
-rw-r--r--happybase/_version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 907b40e..f598341 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -7,7 +7,7 @@ Version history
HappyBase 0.8
-------------
-Release date: *not yet released*
+Release date: 2014-02-25
* Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
diff --git a/happybase/_version.py b/happybase/_version.py
index 3eb2983..052d872 100644
--- a/happybase/_version.py
+++ b/happybase/_version.py
@@ -5,4 +5,4 @@ This module defines the package version for use in __init__.py and
setup.py.
"""
-__version__ = '0.8dev'
+__version__ = '0.8'