diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22d9c45a..c7c67219 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,9 +4,9 @@ Changelog Notable changes to this project will be documented in this file. -******** -Upcoming -******** +******************* +v2.4.0 (2023-05-24) +******************* Changed ======= diff --git a/euporie/core/__init__.py b/euporie/core/__init__.py index 9061b9d9..f2dbe102 100644 --- a/euporie/core/__init__.py +++ b/euporie/core/__init__.py @@ -1,7 +1,7 @@ """This package defines the euporie application and its components.""" __app_name__ = "euporie" -__version__ = "2.3.2" +__version__ = "2.4.0" __logo__ = "⚈" __strapline__ = "Jupyter in the terminal" __author__ = "Josiah Outram Halstead"