🌐 AI搜索 & 代理 主页
REL: set version to 1.6.0rc2.
diff --git a/pavement.py b/pavement.py
index 4a9ac19..4f5c9d7 100644
--- a/pavement.py
+++ b/pavement.py
@@ -102,7 +102,7 @@
 
 # Start/end of the log (from git)
 LOG_START = 'v1.5.0'
-LOG_END = 'v1.6.0rc1'
+LOG_END = 'v1.6.0rc2'
 
 
 #-------------------------------------------------------
diff --git a/setup.py b/setup.py
index 98ae29a..89d1cfe 100755
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@
 MAJOR               = 1
 MINOR               = 6
 MICRO               = 0
-ISRELEASED          = False
+ISRELEASED          = True
 VERSION             = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
 
 # Return the git revision as a string