Skip to content

Commit

Permalink
REL: tag 1.6.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jun 13, 2011
1 parent 5765325 commit b11e3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

# Start/end of the log (from git)
LOG_START = 'v1.5.0'
LOG_END = 'v1.6.0'
LOG_END = 'v1.6.1rc1'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
MAJOR = 1
MINOR = 6
MICRO = 1
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)

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

0 comments on commit b11e3af

Please sign in to comment.