Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
thw26 committed Oct 25, 2024
1 parent bd8ec61 commit f979134
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

- 4.0.0-beta.3
- Fix various regressions from beta (e.g., #209, #213) [N. Shaaban]
- Fix #191 [N. Shaaban]
- 4.0.0-beta.2
- Fix #171 [N. Marti]
- Fix #185 [N. Marti]
Expand Down
2 changes: 1 addition & 1 deletion ou_dedetai/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.conf") # noqa: E501
]
LLI_AUTHOR = "Ferion11, John Goodman, T. H. Wright, N. Marti"
LLI_CURRENT_VERSION = "4.0.0-beta.2"
LLI_CURRENT_VERSION = "4.0.0-beta.3"
LLI_LATEST_VERSION: Optional[str] = None
LLI_TITLE = name_app
LOG_LEVEL = logging.WARNING
Expand Down

0 comments on commit f979134

Please sign in to comment.