Skip to content

Commit 206d839

Browse files
committed
0.9.7
1 parent ea4150c commit 206d839

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This document describes changes to the APIs.
66

77
[View changes](https://github.com/coleifer/walrus/compare/0.9.6...HEAD)
88

9+
### 0.9.7
10+
11+
Fix building on Python 2.7.
12+
913
### 0.9.6
1014

1115
Update the build system yet again.

walrus/__init__.py

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

55
__author__ = 'Charles Leifer'
66
__license__ = 'MIT'
7-
__version__ = '0.9.6'
7+
__version__ = '0.9.7'
88

99
# ___
1010
# .-9 9 `\

0 commit comments

Comments
 (0)