Skip to content

Commit 675a297

Browse files
committed
add Python 3.5 support and bump the version number to 1.0.7
1 parent d0c9177 commit 675a297

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- 2.6
88
- 2.7
99
- 3.4
10+
- 3.5
1011

1112
addons:
1213
apt:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
# built documents.
4848
#
4949
# The short X.Y version.
50-
version = "1.0.6"
50+
version = "1.0.7"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0.6"
52+
release = "1.0.7"
5353

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

histogrammar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import re
1818

19-
__version__ = "1.0.6"
19+
__version__ = "1.0.7"
2020

2121
version = __version__
2222

0 commit comments

Comments
 (0)