diff --git a/docs/releasenotes/4.1.rst b/docs/releasenotes/4.1.rst index 4b2e199c..e98a28e5 100644 --- a/docs/releasenotes/4.1.rst +++ b/docs/releasenotes/4.1.rst @@ -5,7 +5,7 @@ RBTools 4.1 Release Notes ========================= -**Release date:** TBD +**Release date:** May 23, 2023 New Features diff --git a/rbtools/__init__.py b/rbtools/__init__.py index aad93903..ca07d4c7 100644 --- a/rbtools/__init__.py +++ b/rbtools/__init__.py @@ -10,7 +10,7 @@ #: #: (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released) #: -VERSION = (4, 0, 1, 0, 'alpha', 0, False) +VERSION = (4, 1, 0, 0, 'final', 0, True) def get_version_string():