Skip to content

Commit 21bda0e

Browse files
certikvagrant
authored andcommitted
REL: Release 1.7.1rc1
1 parent 9f829ac commit 21bda0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pavement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
#-----------------------------------
9999

100100
# Source of the release notes
101-
RELEASE_NOTES = 'doc/release/1.7.0-notes.rst'
101+
RELEASE_NOTES = 'doc/release/1.7.1-notes.rst'
102102

103103
# Start/end of the log (from git)
104-
LOG_START = 'v1.6.0'
104+
LOG_START = 'v1.7.0'
105105
LOG_END = 'maintenance/1.7.x'
106106

107107

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
5757
MAJOR = 1
5858
MINOR = 7
59-
MICRO = 0
59+
MICRO = 1
6060
ISRELEASED = True
61-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
61+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
6262

6363
# Return the git revision as a string
6464
def git_version():

0 commit comments

Comments
 (0)