🌐 AI搜索 & 代理 主页
REL: NumPy 1.14.0 release.
diff --git a/pavement.py b/pavement.py
index 780993a..5fc7a9d 100644
--- a/pavement.py
+++ b/pavement.py
@@ -99,8 +99,7 @@
 
 # Start/end of the log (from git)
 LOG_START = 'maintenance/1.13.x'
-LOG_END = 'master'
-
+LOG_END = 'maintenance/1.14.x'
 
 #-------------------------------------------------------
 # Hardcoded build/install dirs, virtualenv options, etc.
diff --git a/setup.py b/setup.py
index 38d1802..101a809 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@
 MAJOR               = 1
 MINOR               = 14
 MICRO               = 0
-ISRELEASED          = False
+ISRELEASED          = True
 VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)