Skip to content

Commit

Permalink
REL: set version to 1.8.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Dec 10, 2021
1 parent da15f83 commit 4dc5e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# Start/end of the log (from git)
LOG_START = 'v1.7.0'
LOG_END = 'master'
LOG_END = 'maintenance/1.8.x'


#-------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
MAJOR = 1
MINOR = 8
MICRO = 0
ISRELEASED = False
ISRELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 4dc5e3b

Please sign in to comment.