We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e47207 commit f8abbc4Copy full SHA for f8abbc4
3 files changed
HISTORY.rst
@@ -1,8 +1,8 @@
1
Release History
2
===============
3
4
-dev
5
----
+0.6.0 (2016-05-06)
+------------------
6
7
*Major Changes*
8
docs/source/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '0.5.0'
+version = '0.6.0'
59
# The full version, including alpha/beta/rc tags.
60
-release = '0.5.0'
+release = '0.6.0'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
hyper/__init__.py
@@ -33,4 +33,4 @@
33
# Set default logging handler.
34
logging.getLogger(__name__).addHandler(logging.NullHandler())
35
36
-__version__ = '0.5.0'
+__version__ = '0.6.0'
0 commit comments