8000 REL: Release 1.8.2rc1 · hensing/numpy@c7ad14f · GitHub
[go: up one dir, main page]

Skip to content

Commit c7ad14f

Browse files
committed
REL: Release 1.8.2rc1
1 parent 060aed9 commit c7ad14f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1-notes.rst'
101+
RELEASE_NOTES = 'doc/release/1.8.2-notes.rst'
102102

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

107107

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
MAJOR = 1
5151
MINOR = 8
5252
MICRO = 2
53-
ISRELEASED = False
53+
ISRELEASED = True
5454
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
5555

5656

0 commit comments

Comments
 (0)
0