8000 REL: Release 1.9.1rc1 · andyfaff/numpy@c88fd91 · GitHub
[go: up one dir, main page]

Skip to content

Commit c88fd91

Browse files
committed
REL: Release 1.9.1rc1
1 parent a4eddad commit c88fd91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pavement.py

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

101101
# Source of the release notes
102-
RELEASE_NOTES = 'doc/release/1.9.0-notes.rst'
102+
RELEASE_NOTES = 'doc/release/1.9.1-notes.rst'
103103

104104
# Start/end of the log (from git)
105-
LOG_START = 'v1.8.2'
105+
LOG_START = 'v1.9.0'
106106
LOG_END = 'maintenance/1.9.x'
107107

108108

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
MAJOR = 1
5151
MINOR = 9
5252
MICRO = 1
53-
ISRELEASED = False
54-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
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)
0