Skip to content

Commit

Permalink
Create new release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Mar 27, 2022
1 parent c369978 commit b7f413d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Notable changes to this project will be documented in this file.
Upcoming
********

----

*********************
v1.4.2 - (2022-03-28)
*********************

Added
=====

Expand Down
2 changes: 1 addition & 1 deletion euporie/__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__ = "1.4.1"
__version__ = "1.4.2"
__logo__ = "⚈"
__strapline__ = "A TUI editor for Jupyter notebooks"
__author__ = "Josiah Outram Halstead"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "euporie"
version = "1.4.1"
version = "1.4.2"
description = "Euporie is a text-based user interface for running and editing Jupyter notebooks"
authors = ["Josiah Outram Halstead <josiah@halstead.email>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_euporie.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version() -> "None":
"""Version is correct."""
assert __version__ == "1.4.1"
assert __version__ == "1.4.2"

0 comments on commit b7f413d

Please sign in to comment.