Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f769c64

Browse files
committed
REL: Release 1.10.1
1 parent afda335 commit f769c64

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.10.0-notes.rst'
102+
RELEASE_NOTES = 'doc/release/1.10.1-notes.rst'
103103

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

108108

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
MAJOR = 1
5959
MINOR = 10
60-
MICRO = 0
61-
ISRELEASED = False
60+
MICRO = 1
61+
ISRELEASED = True
6262
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6363

6464

0 commit comments

Comments
 (0)