Skip to content

Commit a2d24b2

Browse files
committed
Prepare release 0.9.12
1 parent 3dff3b1 commit a2d24b2

17 files changed

Lines changed: 62 additions & 38 deletions

File tree

src/serious_python/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.12
2+
3+
* Fix web packaging to skip `site-packages` when appropriate ([#199](https://github.com/flet-dev/serious-python/pull/199)).
4+
15
## 0.9.11
26

37
* Disable user-site packages in pip environment ([#195](https://github.com/flet-dev/serious-python/pull/195)).
@@ -214,4 +218,4 @@
214218

215219
## 0.1.0
216220

217-
* Initial release of `serious_python` with iOS support.
221+
* Initial release of `serious_python` with iOS support.

src/serious_python/example/flask_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,42 +289,42 @@ packages:
289289
path: "../.."
290290
relative: true
291291
source: path
292-
version: "0.9.11"
292+
version: "0.9.12"
293293
serious_python_android:
294294
dependency: transitive
295295
description:
296296
path: "../../../serious_python_android"
297297
relative: true
298298
source: path
299-
version: "0.9.11"
299+
version: "0.9.12"
300300
serious_python_darwin:
301301
dependency: transitive
302302
description:
303303
path: "../../../serious_python_darwin"
304304
relative: true
305305
source: path
306-
version: "0.9.11"
306+
version: "0.9.12"
307307
serious_python_linux:
308308
dependency: transitive
309309
description:
310310
path: "../../../serious_python_linux"
311311
relative: true
312312
source: path
313-
version: "0.9.11"
313+
version: "0.9.12"
314314
serious_python_platform_interface:
315315
dependency: transitive
316316
description:
317317
path: "../../../serious_python_platform_interface"
318318
relative: true
319319
source: path
320-
version: "0.9.11"
320+
version: "0.9.12"
321321
serious_python_windows:
322322
dependency: transitive
323323
description:
324324
path: "../../../serious_python_windows"
325325
relative: true
326326
source: path
327-
version: "0.9.11"
327+
version: "0.9.12"
328328
shelf:
329329
dependency: transitive
330330
description:

src/serious_python/example/flet_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,42 +562,42 @@ packages:
562562
path: "../.."
563563
relative: true
564564
source: path
565-
version: "0.9.11"
565+
version: "0.9.12"
566566
serious_python_android:
567567
dependency: transitive
568568
description:
569569
path: "../../../serious_python_android"
570570
relative: true
571571
source: path
572-
version: "0.9.11"
572+
version: "0.9.12"
573573
serious_python_darwin:
574574
dependency: transitive
575575
description:
576576
path: "../../../serious_python_darwin"
577577
relative: true
578578
source: path
579-
version: "0.9.11"
579+
version: "0.9.12"
580580
serious_python_linux:
581581
dependency: transitive
582582
description:
583583
path: "../../../serious_python_linux"
584584
relative: true
585585
source: path
586-
version: "0.9.11"
586+
version: "0.9.12"
587587
serious_python_platform_interface:
588588
dependency: transitive
589589
description:
590590
path: "../../../serious_python_platform_interface"
591591
relative: true
592592
source: path
593-
version: "0.9.11"
593+
version: "0.9.12"
594594
serious_python_windows:
595595
dependency: transitive
596596
description:
597597
path: "../../../serious_python_windows"
598598
relative: true
599599
source: path
600-
version: "0.9.11"
600+
version: "0.9.12"
601601
shared_preferences:
602602
dependency: transitive
603603
description:

src/serious_python/example/run_example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -312,42 +312,42 @@ packages:
312312
path: "../.."
313313
relative: true
314314
source: path
315-
version: "0.9.11"
315+
version: "0.9.12"
316316
serious_python_android:
317317
dependency: transitive
318318
description:
319319
path: "../../../serious_python_android"
320320
relative: true
321321
source: path
322-
version: "0.9.11"
322+
version: "0.9.12"
323323
serious_python_darwin:
324324
dependency: transitive
325325
description:
326326
path: "../../../serious_python_darwin"
327327
relative: true
328328
source: path
329-
version: "0.9.11"
329+
version: "0.9.12"
330330
serious_python_linux:
331331
dependency: transitive
332332
description:
333333
path: "../../../serious_python_linux"
334334
relative: true
335335
source: path
336-
version: "0.9.11"
336+
version: "0.9.12"
337337
serious_python_platform_interface:
338338
dependency: transitive
339339
description:
340340
path: "../../../serious_python_platform_interface"
341341
relative: true
342342
source: path
343-
version: "0.9.11"
343+
version: "0.9.12"
344344
serious_python_windows:
345345
dependency: transitive
346346
description:
347347
path: "../../../serious_python_windows"
348348
relative: true
349349
source: path
350-
version: "0.9.11"
350+
version: "0.9.12"
351351
shelf:
352352
dependency: transitive
353353
description:

src/serious_python/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python
22
description: A cross-platform plugin for adding embedded Python runtime to your Flutter apps.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.9.11
5+
version: 0.9.12
66

77
platforms:
88
ios:
@@ -57,4 +57,4 @@ dev_dependencies:
5757
flutter_test:
5858
sdk: flutter
5959
plugin_platform_interface: ^2.1.6
60-
flutter_lints: ^2.0.0
60+
flutter_lints: ^2.0.0

src/serious_python_android/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.12
2+
3+
* Fix web packaging to skip `site-packages` when appropriate ([#199](https://github.com/flet-dev/serious-python/pull/199)).
4+
15
## 0.9.11
26

37
* Disable user-site packages in pip environment ([#195](https://github.com/flet-dev/serious-python/pull/195)).
@@ -148,4 +152,4 @@
148152

149153
## 0.3.0
150154

151-
Initial version.
155+
Initial version.

src/serious_python_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.flet.serious_python_android'
2-
version '0.9.11'
2+
version '0.9.12'
33

44
def python_version = '3.12'
55

@@ -129,4 +129,4 @@ if (System.getenv('SERIOUS_PYTHON_BUILD_DIST')) {
129129
task copyOrUntar(dependsOn: packageTasks)
130130
}
131131

132-
preBuild.dependsOn copyOrUntar
132+
preBuild.dependsOn copyOrUntar

src/serious_python_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: serious_python_android
22
description: Android implementation of the serious_python plugin
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/serious-python
5-
version: 0.9.11
5+
version: 0.9.12
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"
@@ -31,4 +31,4 @@ flutter:
3131
package: com.flet.serious_python_android
3232
pluginClass: AndroidPlugin
3333
dartPluginClass: SeriousPythonAndroid
34-
ffiPlugin: true
34+
ffiPlugin: true

src/serious_python_darwin/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.12
2+
3+
* Fix web packaging to skip `site-packages` when appropriate ([#199](https://github.com/flet-dev/serious-python/pull/199)).
4+
15
## 0.9.11
26

37
* Disable user-site packages in pip environment ([#195](https://github.com/flet-dev/serious-python/pull/195)).
@@ -148,4 +152,4 @@
148152

149153
## 0.3.0
150154

151-
Initial version.
155+
Initial version.

src/serious_python_darwin/darwin/serious_python_darwin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'serious_python_darwin'
7-
s.version = '0.9.11'
7+
s.version = '0.9.12'
88
s.summary = 'A cross-platform plugin for adding embedded Python runtime to your Flutter apps.'
99
s.description = <<-DESC
1010
A cross-platform plugin for adding embedded Python runtime to your Flutter apps.

0 commit comments

Comments
 (0)