We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b717413 + 129c88a commit 7d75b1aCopy full SHA for 7d75b1a
changelog.md
@@ -1,3 +1,7 @@
1
+### 0.14.2 (Minor Release)
2
+
3
+Documentation fix, we're on python 3.4 now.
4
5
### 0.14.1 (Minor Release)
6
7
The search plugin was not excluding search strings from analytics.
doc/mkdocs.yml
@@ -123,7 +123,7 @@ dev_addr: 0.0.0.0:8965
123
include_next_prev: false
124
125
extra:
126
- version: v0.14.1
+ version: v0.14.2
127
128
markdown_extensions:
129
- fenced_code
opal/_version.py
@@ -1,4 +1,4 @@
"""
Declare our current version string
-__version__ = '0.14.1'
+__version__ = '0.14.2'
0 commit comments