Skip to content

Commit b3af267

Browse files
committed
Flet version bumped to 0.27.1
1 parent b7353fa commit b3af267

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flet changelog
22

3+
## 0.27.1
4+
5+
* Fixed: binary file operations should not specify encoding.
6+
37
## 0.27.0
48

59
* `DropdownMenu` control ([#1088](https://github.com/flet-dev/flet/issues/1088))

packages/flet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.27.1
2+
3+
* Fixed: binary file operations should not specify encoding.
4+
15
# 0.27.0
26

37
* `DropdownMenu` control ([#1088](https://github.com/flet-dev/flet/issues/1088))

packages/flet/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet/packages/flet
5-
version: 0.27.0
5+
version: 0.27.1
66

77
# This package supports all platforms listed below.
88
platforms:

0 commit comments

Comments
 (0)