Skip to content

Commit

Permalink
REL: set version to 0.16.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jul 4, 2015
1 parent f6a0f23 commit 9a73d7f
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 @@ -114,7 +114,7 @@

# Start/end of the log (from git)
LOG_START = 'v0.15.0'
LOG_END = 'v0.16.0b2'
LOG_END = 'v0.16.0rc1'


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


Expand Down

0 comments on commit 9a73d7f

Please sign in to comment.