Skip to content

Commit 35b3f2b

Browse files
committed
Release v0.2.3
1 parent a9c7080 commit 35b3f2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pyfilebrowser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyfilebrowser.main import FileBrowser # noqa: F401
66
from pyfilebrowser.squire import otp # noqa: F401
77

8-
version = "0.2.2"
8+
version = "0.2.3"
99

1010

1111
def _cli() -> None:

release_notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
v0.2.3 (11/02/2025)
5+
-------------------
6+
- Prioritizes environment variables from dotenv files over system env vars
7+
- Fixes a bug with downloading ``filebrowser`` executable from GitHub releases
8+
49
v0.2.2 (11/02/2025)
510
-------------------
611
- Includes an option to pass TOTP token for the ``filebrowser`` server

0 commit comments

Comments
 (0)