Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 23, 2024
1 parent f6aaffd commit 1acd620
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyfilebrowser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pyfilebrowser.main import FileBrowser # noqa: F401

version = "0.1.1"
version = "0.1.2"


def _cli() -> None:
Expand Down
6 changes: 6 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

v0.1.2 (06/22/2024)
-------------------
- Includes automatic restart configuration
- Allows `.env` files to be stored in a dedicated location
- Remove some code redundancies

v0.1.1 (06/20/2024)
-------------------
- Resetting passwords and viewing dot files are only for admins
Expand Down

0 comments on commit 1acd620

Please sign in to comment.