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 d0c9177 commit 675a297Copy full SHA for 675a297
.travis.yml
@@ -7,6 +7,7 @@ python:
7
- 2.6
8
- 2.7
9
- 3.4
10
+ - 3.5
11
12
addons:
13
apt:
docs/conf.py
@@ -47,9 +47,9 @@
47
# built documents.
48
#
49
# The short X.Y version.
50
-version = "1.0.6"
+version = "1.0.7"
51
# The full version, including alpha/beta/rc tags.
52
-release = "1.0.6"
+release = "1.0.7"
53
54
# The language for content autogenerated by Sphinx. Refer to documentation
55
# for a list of supported languages.
histogrammar/version.py
@@ -16,7 +16,7 @@
16
17
import re
18
19
-__version__ = "1.0.6"
+__version__ = "1.0.7"
20
21
version = __version__
22
0 commit comments