This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
//CHANGE VERSION BEFORE NEW RELEASE
2
2
if ( document . location . pathname . indexOf ( '/en/latest' ) === 0 ) {
3
- document . querySelector ( '.rst-current-version' ) . innerHTML = document . querySelector ( '.rst-current-version' ) . innerHTML . replace ( 'v: latest' , 'v: latest (18.12 )' )
3
+ document . querySelector ( '.rst-current-version' ) . innerHTML = document . querySelector ( '.rst-current-version' ) . innerHTML . replace ( 'v: latest' , 'v: latest (18.13 )' )
4
4
}
5
5
6
6
if ( document . querySelector ( '.injected' ) ) {
7
- document . querySelector ( '.injected > dl:nth-child(1) > dd:nth-child(2) > a' ) . innerText = 'latest (18.12 )' ;
7
+ document . querySelector ( '.injected > dl:nth-child(1) > dd:nth-child(2) > a' ) . innerText = 'latest (18.13 )' ;
8
8
} else {
9
9
let observer = new MutationObserver ( ( ) => {
10
10
if ( document . querySelector ( '.injected' ) ) {
11
- document . querySelector ( '.injected > dl:nth-child(1) > dd:nth-child(2) > a' ) . innerText = 'latest (18.12 )' ;
11
+ document . querySelector ( '.injected > dl:nth-child(1) > dd:nth-child(2) > a' ) . innerText = 'latest (18.13 )' ;
12
12
observer . disconnect ( ) ;
13
13
}
14
14
} ) ;
Original file line number Diff line number Diff line change 96
96
# built documents.
97
97
#
98
98
# The short X.Y version.
99
- version = u'18.12 '
99
+ version = u'18.13 '
100
100
# The full version, including alpha/beta/rc tags.
101
101
release = version
102
102
You can’t perform that action at this time.
0 commit comments