Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit f8abbc4

Browse files
committed
0.6.0
1 parent 2e47207 commit f8abbc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release History
22
===============
33

4-
dev
5-
---
4+
0.6.0 (2016-05-06)
5+
------------------
66

77
*Major Changes*
88

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.5.0'
58+
version = '0.6.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.5.0'
60+
release = '0.6.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

hyper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
# Set default logging handler.
3434
logging.getLogger(__name__).addHandler(logging.NullHandler())
3535

36-
__version__ = '0.5.0'
36+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)