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

Commit 10f29b8

Browse files
committed
v0.6.2
1 parent a4f185e commit 10f29b8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release History
22
===============
33

4+
0.6.2 (2016-03-13)
5+
------------------
6+
7+
*Bugfixes*
8+
9+
- Fixed packaging error made in prior release.
10+
411
0.6.1 (2016-06-13)
512
------------------
613

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.6.1'
58+
version = '0.6.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.6.1'
60+
release = '0.6.2'
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.6.1'
36+
__version__ = '0.6.2'

0 commit comments

Comments
 (0)