Skip to content

Commit 23f8dcf

Browse files
committed
REL: Release 1.8.1rc1
1 parent f816b0a commit 23f8dcf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pavement.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
#-----------------------------------
9999

100100
# Source of the release notes
101-
RELEASE_NOTES = 'doc/release/1.8.0-notes.rst'
101+
RELEASE_NOTES = 'doc/release/1.8.1-notes.rst'
102102

103103
# Start/end of the log (from git)
104-
LOG_START = 'v1.7.0'
104+
LOG_START = 'v1.8.0'
105105
LOG_END = 'maintenance/1.8.x'
106106

107107

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949

5050
MAJOR = 1
5151
MINOR = 8
52-
MICRO = 0
53-
ISRELEASED = False
54-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
52+
MICRO = 1
53+
ISRELEASED = True
54+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
5555

5656

5757
# Return the git revision as a string

0 commit comments

Comments
 (0)