File tree 5 files changed +5
-5
lines changed
plugins/com.python.pydev.docs
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
version = arg [len ('--version=' ):]
12
12
LAST_VERSION_TAG = version
13
13
else :
14
- LAST_VERSION_TAG = '4.5.2 ' # Not specified (let's leave one there)
14
+ LAST_VERSION_TAG = '4.5.3 ' # Not specified (let's leave one there)
15
15
16
16
17
17
import build_python_code_block
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ RewriteEngine On
2
2
RewriteBase /
3
3
RewriteCond %{REQUEST_FILENAME} !-f
4
4
RewriteCond %{REQUEST_FILENAME} !-d
5
- RewriteRule ^(.*)$ https://dl.bintray.com/fabioz/pydev/4.5.2 /$1 [R]
5
+ RewriteRule ^(.*)$ https://dl.bintray.com/fabioz/pydev/4.5.3 /$1 [R]
Original file line number Diff line number Diff line change 1
1
Nothing to see here (this is just a dummy link to be redirected to
2
- < a href ="https://dl.bintray.com/fabioz/pydev/4.5.2 "> https://dl.bintray.com/fabioz/pydev/4.5.2 </ a > )
2
+ < a href ="https://dl.bintray.com/fabioz/pydev/4.5.3 "> https://dl.bintray.com/fabioz/pydev/4.5.3 </ a > )
Original file line number Diff line number Diff line change 1
1
History For PyDev
2
2
~~~~~~~~~~~~~~~~~
3
3
4
- Release 4.5.2
4
+ Release 4.5.3
5
5
==========================
6
6
7
7
* Debugger
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Companies have the option of sponsoring PyDev through corporate sponsorship. See
148
148
.. _`Getting started guide` : manual_101_root.html
149
149
150
150
151
- Release 4.5.2
151
+ Release 4.5.3
152
152
==========================
153
153
154
154
* Debugger
You can’t perform that action at this time.
0 commit comments