Skip to content

Commit

Permalink
REL: set version to 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed May 19, 2012
1 parent 5982e1b commit ca07bce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pavement.py
Expand Up @@ -101,8 +101,8 @@
RELEASE_NOTES = 'doc/release/1.6.2-notes.rst'

# Start/end of the log (from git)
LOG_START = 'v1.5.0'
LOG_END = 'v1.6.2rc1'
LOG_START = 'v1.6.1'
LOG_END = 'v1.6.2'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -57,8 +57,8 @@
MAJOR = 1
MINOR = 6
MICRO = 2
ISRELEASED = False
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Return the git revision as a string
def git_version():
Expand Down

0 comments on commit ca07bce

Please sign in to comment.