Skip to content

Commit

Permalink
REL: bump version to 0.18.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jul 8, 2016
1 parent 341ac60 commit d75a274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

# Start/end of the log (from git)
LOG_START = 'v0.17.0'
LOG_END = 'v0.18.0rc1'
LOG_END = 'v0.18.0rc2'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
MINOR = 18
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit d75a274

Please sign in to comment.