Skip to content

Commit

Permalink
REL: bump version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 12, 2016
1 parent 8155874 commit 0c44e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
#-----------------------------------

# Source of the release notes
RELEASE = 'doc/release/0.17.0-notes.rst'
RELEASE = 'doc/release/0.17.1-notes.rst'

# Start/end of the log (from git)
LOG_START = 'v0.16.0'
LOG_END = 'v0.17.0'
LOG_START = 'v0.17.0'
LOG_END = 'v0.17.1'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

MAJOR = 0
MINOR = 17
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 0c44e97

Please sign in to comment.