Skip to content

Commit

Permalink
REL: set version to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Sep 19, 2016
1 parent 4ced3b6 commit f238270
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.18.0-notes.rst'
RELEASE = 'doc/release/0.18.1-notes.rst'

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


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

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

Expand Down

0 comments on commit f238270

Please sign in to comment.