Skip to content

Commit f516926

Browse files
committed
Updating minor versions for next release.
1 parent a726dff commit f516926

File tree

49 files changed

+158
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+158
-156
lines changed

Diff for: features/org.python.pydev.feature/feature.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp
66
<feature
77
id="org.python.pydev.feature"
88
label="PyDev for Eclipse"
9-
version="4.4.0.qualifier"
9+
version="4.4.1.qualifier"
1010
provider-name="Fabio Zadrozny"
1111
plugin="org.python.pydev">
1212

@@ -130,114 +130,114 @@ This Agreement is governed by the laws of the State of New York and the intellec
130130
id="org.python.pydev.core"
131131
download-size="188"
132132
install-size="188"
133-
version="4.4.0.qualifier"/>
133+
version="4.4.1.qualifier"/>
134134

135135
<plugin
136136
id="org.python.pydev.parser"
137137
download-size="444"
138138
install-size="444"
139-
version="4.4.0.qualifier"/>
139+
version="4.4.1.qualifier"/>
140140

141141
<plugin
142142
id="org.python.pydev.ast"
143143
download-size="20"
144144
install-size="20"
145-
version="4.4.0.qualifier"/>
145+
version="4.4.1.qualifier"/>
146146

147147
<plugin
148148
id="org.python.pydev.jython"
149149
download-size="4280"
150150
install-size="4280"
151-
version="4.4.0.qualifier"/>
151+
version="4.4.1.qualifier"/>
152152

153153
<plugin
154154
id="org.python.pydev.help"
155155
download-size="300"
156156
install-size="300"
157-
version="4.4.0.qualifier"/>
157+
version="4.4.1.qualifier"/>
158158

159159
<plugin
160160
id="org.python.pydev"
161161
download-size="2440"
162162
install-size="2440"
163-
version="4.4.0.qualifier"/>
163+
version="4.4.1.qualifier"/>
164164

165165
<plugin
166166
id="org.python.pydev.debug"
167167
download-size="1350"
168168
install-size="1350"
169-
version="4.4.0.qualifier"/>
169+
version="4.4.1.qualifier"/>
170170

171171
<plugin
172172
id="org.python.pydev.refactoring"
173173
download-size="504"
174174
install-size="504"
175-
version="4.4.0.qualifier"/>
175+
version="4.4.1.qualifier"/>
176176

177177
<plugin
178178
id="org.python.pydev.customizations"
179179
download-size="300"
180180
install-size="300"
181-
version="4.4.0.qualifier"/>
181+
version="4.4.1.qualifier"/>
182182

183183
<plugin
184184
id="org.python.pydev.django"
185185
download-size="300"
186186
install-size="300"
187-
version="4.4.0.qualifier"/>
187+
version="4.4.1.qualifier"/>
188188

189189
<plugin
190190
id="com.python.pydev"
191191
download-size="824"
192192
install-size="824"
193-
version="4.4.0.qualifier"/>
193+
version="4.4.1.qualifier"/>
194194

195195
<plugin
196196
id="com.python.pydev.analysis"
197197
download-size="240"
198198
install-size="240"
199-
version="4.4.0.qualifier"/>
199+
version="4.4.1.qualifier"/>
200200

201201
<plugin
202202
id="com.python.pydev.fastparser"
203203
download-size="40"
204204
install-size="40"
205-
version="4.4.0.qualifier"/>
205+
version="4.4.1.qualifier"/>
206206

207207
<plugin
208208
id="com.python.pydev.codecompletion"
209209
download-size="60"
210210
install-size="60"
211-
version="4.4.0.qualifier"/>
211+
version="4.4.1.qualifier"/>
212212

213213
<plugin
214214
id="com.python.pydev.debug"
215215
download-size="56"
216216
install-size="56"
217-
version="4.4.0.qualifier"/>
217+
version="4.4.1.qualifier"/>
218218

219219
<plugin
220220
id="com.python.pydev.refactoring"
221221
download-size="160"
222222
install-size="160"
223-
version="4.4.0.qualifier"/>
223+
version="4.4.1.qualifier"/>
224224

225225
<plugin
226226
id="org.python.pydev.shared_interactive_console"
227227
download-size="160"
228228
install-size="160"
229-
version="4.4.0.qualifier"/>
229+
version="4.4.1.qualifier"/>
230230

231231
<plugin
232232
id="org.python.pydev.shared_ui"
233233
download-size="160"
234234
install-size="160"
235-
version="4.4.0.qualifier"/>
235+
version="4.4.1.qualifier"/>
236236

237237
<plugin
238238
id="org.python.pydev.shared_core"
239239
download-size="160"
240240
install-size="160"
241-
version="4.4.0.qualifier"/>
241+
version="4.4.1.qualifier"/>
242242

243243
</feature>

Diff for: features/org.python.pydev.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>features</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

Diff for: features/org.python.pydev.mylyn.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>features</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

Diff for: features/org.python.pydev.p2-repo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.python.pydev</groupId>
2121
<artifactId>features</artifactId>
22-
<version>4.4.0-SNAPSHOT</version>
22+
<version>4.4.1-SNAPSHOT</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

Diff for: features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>parent</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<artifactId>features</artifactId>

Diff for: plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Analysis Plug-in
44
Bundle-SymbolicName: com.python.pydev.analysis; singleton:=true
5-
Bundle-Version: 4.4.0.qualifier
5+
Bundle-Version: 4.4.1.qualifier
66
Bundle-Activator: com.python.pydev.analysis.AnalysisPlugin
77
Bundle-Vendor: Aptana
88
Bundle-Localization: plugin
99
Eclipse-BundleShape: dir
1010
Require-Bundle: org.eclipse.ui,
1111
org.eclipse.core.runtime,
1212
org.eclipse.jface.text,
13-
org.python.pydev;bundle-version="[4.4.0,4.4.1)",
14-
com.python.pydev;bundle-version="[4.4.0,4.4.1)",
13+
org.python.pydev;bundle-version="[4.4.1,4.4.2)",
14+
com.python.pydev;bundle-version="[4.4.1,4.4.2)",
1515
org.junit;bundle-version="4.0";resolution:=optional,
16-
org.python.pydev.core;bundle-version="[4.4.0,4.4.1)",
17-
org.python.pydev.ast;bundle-version="[4.4.0,4.4.1)",
18-
org.python.pydev.parser;bundle-version="[4.4.0,4.4.1)",
16+
org.python.pydev.core;bundle-version="[4.4.1,4.4.2)",
17+
org.python.pydev.ast;bundle-version="[4.4.1,4.4.2)",
18+
org.python.pydev.parser;bundle-version="[4.4.1,4.4.2)",
1919
org.eclipse.core.resources,
2020
org.eclipse.ui.editors,
2121
org.eclipse.ui.workbench.texteditor,
2222
org.eclipse.search,
2323
org.eclipse.ui.ide,
24-
org.python.pydev.jython;bundle-version="[4.4.0,4.4.1)",
25-
org.python.pydev.debug;bundle-version="[4.4.0,4.4.1)",
26-
org.python.pydev.shared_ui;bundle-version="[4.4.0,4.4.1)",
27-
org.python.pydev.shared_core;bundle-version="[4.4.0,4.4.1)",
24+
org.python.pydev.jython;bundle-version="[4.4.1,4.4.2)",
25+
org.python.pydev.debug;bundle-version="[4.4.1,4.4.2)",
26+
org.python.pydev.shared_ui;bundle-version="[4.4.1,4.4.2)",
27+
org.python.pydev.shared_core;bundle-version="[4.4.1,4.4.2)",
2828
org.eclipse.ltk.core.refactoring,
2929
org.python.pydev.refactoring,
3030
org.eclipse.ltk.ui.refactoring

Diff for: plugins/com.python.pydev.analysis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>plugins</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

Diff for: plugins/com.python.pydev.codecompletion/META-INF/MANIFEST.MF

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Codecompletion Plug-in
44
Bundle-SymbolicName: com.python.pydev.codecompletion; singleton:=true
5-
Bundle-Version: 4.4.0.qualifier
5+
Bundle-Version: 4.4.1.qualifier
66
Bundle-Activator: com.python.pydev.codecompletion.CodecompletionPlugin
77
Bundle-Vendor: Aptana
88
Bundle-Localization: plugin
99
Eclipse-BundleShape: dir
1010
Require-Bundle: org.eclipse.ui,
1111
org.eclipse.core.runtime,
1212
org.eclipse.jface.text,
13-
org.python.pydev.shared_core;bundle-version="[4.4.0,4.4.1)",
14-
org.python.pydev.shared_ui;bundle-version="[4.4.0,4.4.1)",
15-
org.python.pydev;bundle-version="[4.4.0,4.4.1)",
16-
com.python.pydev;bundle-version="[4.4.0,4.4.1)",
17-
org.python.pydev.core;bundle-version="[4.4.0,4.4.1)",
18-
org.python.pydev.parser;bundle-version="[4.4.0,4.4.1)",
13+
org.python.pydev.shared_core;bundle-version="[4.4.1,4.4.2)",
14+
org.python.pydev.shared_ui;bundle-version="[4.4.1,4.4.2)",
15+
org.python.pydev;bundle-version="[4.4.1,4.4.2)",
16+
com.python.pydev;bundle-version="[4.4.1,4.4.2)",
17+
org.python.pydev.core;bundle-version="[4.4.1,4.4.2)",
18+
org.python.pydev.parser;bundle-version="[4.4.1,4.4.2)",
1919
org.junit;bundle-version="4.0";resolution:=optional,
20-
com.python.pydev.fastparser;bundle-version="[4.4.0,4.4.1)",
20+
com.python.pydev.fastparser;bundle-version="[4.4.1,4.4.2)",
2121
org.eclipse.core.resources,
22-
com.python.pydev.analysis;bundle-version="[4.4.0,4.4.1)",
22+
com.python.pydev.analysis;bundle-version="[4.4.1,4.4.2)",
2323
org.eclipse.ui.editors,
24-
com.python.pydev.refactoring;bundle-version="[4.4.0,4.4.1)",
25-
org.python.pydev.shared_interactive_console;bundle-version="[4.4.0,4.4.1)",
24+
com.python.pydev.refactoring;bundle-version="[4.4.1,4.4.2)",
25+
org.python.pydev.shared_interactive_console;bundle-version="[4.4.1,4.4.2)",
2626
org.eclipse.ui.workbench.texteditor
2727
Bundle-ActivationPolicy: lazy
2828
Bundle-ClassPath: codecompletion.jar

Diff for: plugins/com.python.pydev.codecompletion/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>plugins</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

Diff for: plugins/com.python.pydev.debug/META-INF/MANIFEST.MF

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Extensions Debug Plug-in
44
Bundle-SymbolicName: com.python.pydev.debug; singleton:=true
5-
Bundle-Version: 4.4.0.qualifier
5+
Bundle-Version: 4.4.1.qualifier
66
Bundle-Activator: com.python.pydev.debug.DebugPlugin
77
Bundle-Vendor: Aptana
88
Bundle-Localization: plugin
99
Eclipse-BundleShape: dir
1010
Require-Bundle: org.eclipse.ui,
1111
org.eclipse.core.runtime,
12-
org.python.pydev;bundle-version="[4.4.0,4.4.1)",
13-
org.python.pydev.core;bundle-version="[4.4.0,4.4.1)",
14-
org.python.pydev.debug;bundle-version="[4.4.0,4.4.1)",
12+
org.python.pydev;bundle-version="[4.4.1,4.4.2)",
13+
org.python.pydev.core;bundle-version="[4.4.1,4.4.2)",
14+
org.python.pydev.debug;bundle-version="[4.4.1,4.4.2)",
1515
org.eclipse.debug.core,
1616
org.eclipse.core.resources,
1717
org.eclipse.debug.ui,
18-
com.python.pydev;bundle-version="[4.4.0,4.4.1)",
18+
com.python.pydev;bundle-version="[4.4.1,4.4.2)",
1919
org.junit;bundle-version="4.0";resolution:=optional,
20-
org.python.pydev.shared_ui;bundle-version="[4.4.0,4.4.1)",
20+
org.python.pydev.shared_ui;bundle-version="[4.4.1,4.4.2)",
2121
org.eclipse.ui.console
2222
Bundle-ActivationPolicy: lazy
2323
Bundle-ClassPath: debug.jar

Diff for: plugins/com.python.pydev.debug/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>plugins</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

Diff for: plugins/com.python.pydev.docs/release_email.txt

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
PyDev 4.3.0 Released
1+
PyDev 4.4.0 Released
22

33
Release Highlights:
44
-------------------------------
55

6-
* Fixed parser for Python 3.x to support async and await as regular names too (PyDev-593).
6+
* Improved PyDev Package Explorer to give more information when all elements are filtered.
77

8-
* The new search dialog now has a 'whole word' option which automatically adds `*` to the search
8+
* Code completion improvements: when parameter is typed in the docstring, assigning it to an instance gives proper code-completion results whe accessing the instance.
99

10-
* Search backend updated to Lucene 5.2.1.
10+
* Fixed issues dealing with ansi colors in the interactive console.
1111

12-
* When bringing up the search dialog the search text is initially selected.
12+
* When autopep8 is applied as the code formatting engine, the region selected is used to specify the lines for formatting.
13+
14+
* Minor improvements in the debugger.
1315

1416

1517
What is PyDev?

Diff for: plugins/com.python.pydev.fastparser/META-INF/MANIFEST.MF

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Fastparser Plug-in
44
Bundle-SymbolicName: com.python.pydev.fastparser; singleton:=true
5-
Bundle-Version: 4.4.0.qualifier
5+
Bundle-Version: 4.4.1.qualifier
66
Bundle-Activator: com.python.pydev.fastparser.FastparserPlugin
77
Bundle-Vendor: Aptana
88
Bundle-Localization: plugin
99
Eclipse-BundleShape: dir
1010
Require-Bundle: org.eclipse.ui,
1111
org.eclipse.core.runtime,
12-
org.python.pydev.parser;bundle-version="[4.4.0,4.4.1)",
12+
org.python.pydev.parser;bundle-version="[4.4.1,4.4.2)",
1313
org.eclipse.jface.text,
14-
org.python.pydev.core;bundle-version="[4.4.0,4.4.1)",
15-
org.python.pydev;bundle-version="[4.4.0,4.4.1)",
16-
com.python.pydev;bundle-version="[4.4.0,4.4.1)"
14+
org.python.pydev.core;bundle-version="[4.4.1,4.4.2)",
15+
org.python.pydev;bundle-version="[4.4.1,4.4.2)",
16+
com.python.pydev;bundle-version="[4.4.1,4.4.2)"
1717
Bundle-ActivationPolicy: lazy
1818
Bundle-ClassPath: fastparser.jar
1919
Export-Package: com.python.pydev.fastparser

Diff for: plugins/com.python.pydev.fastparser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.python.pydev</groupId>
1818
<artifactId>plugins</artifactId>
19-
<version>4.4.0-SNAPSHOT</version>
19+
<version>4.4.1-SNAPSHOT</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.python.pydev</groupId>

0 commit comments

Comments
 (0)