Skip to content

Commit

Permalink
REL: bump version to 0.19.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Feb 15, 2017
1 parent ad7cb49 commit 789989d
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 @@ -118,8 +118,8 @@
RELEASE = 'doc/release/0.19.0-notes.rst'

# Start/end of the log (from git)
LOG_START = 'v0.18.0'
LOG_END = 'master'
LOG_START = 'v0.18.1'
LOG_END = 'v0.19.0rc1'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
MAJOR = 0
MINOR = 19
MICRO = 0
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
Expand Down

0 comments on commit 789989d

Please sign in to comment.