diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ccb87..94965e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Change Log ========== -## Unreleased +## [v0.3.3](https://github.com/leancode/suplemon/tree/0.3.3) (2026-09-03) **Fixed** diff --git a/suplemon/main.py b/suplemon/main.py index 55ad113..9590544 100644 --- a/suplemon/main.py +++ b/suplemon/main.py @@ -19,7 +19,7 @@ from .config import Config from .editor import Editor -__version__ = "0.3.2" +__version__ = "0.3.3" # ncurses only defines BUTTON5 when built with NCURSES_MOUSE_VERSION 2.