Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed May 25, 2023
1 parent d8cb01e commit 9a1d237
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog

Notable changes to this project will be documented in this file.

*******************
v2.4.1 (2023-05-25)
*******************

Fixed
=====

- Fix dependency version conflict between ``platformdirs`` and ``typing-extensions``

*******************
v2.4.0 (2023-05-24)
*******************
Expand Down
2 changes: 1 addition & 1 deletion euporie/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""This package defines the euporie application and its components."""

__app_name__ = "euporie"
__version__ = "2.4.0"
__version__ = "2.4.1"
__logo__ = "⚈"
__strapline__ = "Jupyter in the terminal"
__author__ = "Josiah Outram Halstead"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"nbformat~=5.0",
"jupyter_client~=7.1",
"aenum~=3.1",
"typing-extensions~=4.2",
"typing-extensions~=4.5",
"fastjsonschema~=2.15",
"platformdirs~=3.5",
"pyperclip~=1.8",
Expand Down

0 comments on commit 9a1d237

Please sign in to comment.