Skip to content

Commit 2621e7b

Browse files
committed
1.5.1 Formatting improvements to educational mode, fixes to wrongfully behaving pipe operators, better README
1 parent d317940 commit 2621e7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![PyPI](https://img.shields.io/pypi/v/logeye?cachebust=1774629933)
1+
![PyPI](https://img.shields.io/pypi/v/logeye?cachebust=1774904959)
22
![Python](https://img.shields.io/pypi/pyversions/logeye)
33
![License](https://img.shields.io/github/license/MattFor/LogEye)
44

@@ -950,5 +950,5 @@ MIT License © 2026
950950

951951
See [LICENSE](LICENSE) for details.
952952

953-
Version 1.5.0
953+
Version 1.5.1
954954

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "logeye"
7-
version = "1.5.0"
7+
version = "1.5.1"
88
description = "Frictionless runtime logging for Python variables and functions"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)