Skip to content

Commit d109f91

Browse files
committed
Making 4.5.3 (there was an issue in 4.5.2).
1 parent f9944c9 commit d109f91

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: plugins/com.python.pydev.docs/build_both.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version = arg[len('--version='):]
1212
LAST_VERSION_TAG = version
1313
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)
1515

1616

1717
import build_python_code_block

Diff for: plugins/com.python.pydev.docs/merged_homepage/final/updates/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ RewriteEngine On
22
RewriteBase /
33
RewriteCond %{REQUEST_FILENAME} !-f
44
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 numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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>)

Diff for: plugins/com.python.pydev.docs/merged_homepage/history_pydev.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
History For PyDev
22
~~~~~~~~~~~~~~~~~
33

4-
Release 4.5.2
4+
Release 4.5.3
55
==========================
66

77
* Debugger

Diff for: plugins/com.python.pydev.docs/merged_homepage/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Companies have the option of sponsoring PyDev through corporate sponsorship. See
148148
.. _`Getting started guide`: manual_101_root.html
149149

150150

151-
Release 4.5.2
151+
Release 4.5.3
152152
==========================
153153

154154
* Debugger

0 commit comments

Comments
 (0)