Skip to content

Commit

Permalink
REL: NumPy 1.18.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jan 6, 2020
1 parent 1117ebf commit 91118b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.18.0-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.18.1-notes.rst'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
MAJOR = 1
MINOR = 18
MICRO = 1
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 91118b3

Please sign in to comment.