Skip to content

Commit

Permalink
REL: Release 1.7.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
certik authored and vagrant committed Mar 24, 2013
1 parent 9f829ac commit 21bda0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
#-----------------------------------

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

# Start/end of the log (from git)
LOG_START = 'v1.6.0'
LOG_START = 'v1.7.0'
LOG_END = 'maintenance/1.7.x'


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 7
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)

# Return the git revision as a string
def git_version():
Expand Down

0 comments on commit 21bda0e

Please sign in to comment.