We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4150c commit 206d839Copy full SHA for 206d839
CHANGELOG.md
@@ -6,6 +6,10 @@ This document describes changes to the APIs.
6
7
[View changes](https://github.com/coleifer/walrus/compare/0.9.6...HEAD)
8
9
+### 0.9.7
10
+
11
+Fix building on Python 2.7.
12
13
### 0.9.6
14
15
Update the build system yet again.
walrus/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = 'Charles Leifer'
__license__ = 'MIT'
-__version__ = '0.9.6'
+__version__ = '0.9.7'
# ___
# .-9 9 `\
0 commit comments