diff --git a/HISTORY.rst b/HISTORY.rst index 474e9a67..3cec4af2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release History =============== -dev ---- +0.6.0 (2016-05-06) +------------------ *Major Changes* diff --git a/docs/source/conf.py b/docs/source/conf.py index 7be7d7a5..6860ab63 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.5.0' +version = '0.6.0' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hyper/__init__.py b/hyper/__init__.py index 7acccbb3..1766d2a4 100644 --- a/hyper/__init__.py +++ b/hyper/__init__.py @@ -33,4 +33,4 @@ # Set default logging handler. logging.getLogger(__name__).addHandler(logging.NullHandler()) -__version__ = '0.5.0' +__version__ = '0.6.0'