Skip to content

Commit 65bc2e7

Browse files
committed
prepping release for 0.7.1
1 parent 103038a commit 65bc2e7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGES.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
version 0.7.1dev (unreleased)
2-
-----------------------------
3-
41

5-
version 0.7.1dev (unreleased)
2+
version 0.7.1 (released)
63
-----------------------------
74
- fixed xpa bug holdout from updating for windows specific code
85
- changed default connection type from local to inet when XPA_METHOD not specified in users environment

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666

6767
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
68-
VERSION = '0.7.1dev'
68+
VERSION = '0.7.1'
6969

7070
# Indicates if this version is a release version
7171
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)