From a9707125c28b650a140f962ad0dd3f3f3152fb44 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Tue, 5 Mar 2024 21:04:17 +0000 Subject: [PATCH] Version 1.7.1 --- docs/changelog.md | 10 ++++++++++ itables/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index cc013298..c2004c3c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,16 @@ ITables ChangeLog ================= +1.7.1 (2024-03-05) +------------------ + +**Fixed** +- The select and search box now use a white font in VS Code (dark mode) ([#232](https://github.com/mwouts/itables/issues/232), [#156](https://github.com/mwouts/itables/issues/156), [#103](https://github.com/mwouts/itables/issues/103)) + +**Added** +- We have added a check to make sure any `tableId` provided by the user is valid ([#233](https://github.com/mwouts/itables/issues/233)) + + 1.7.0 (2024-02-09) ------------------ diff --git a/itables/version.py b/itables/version.py index febd97e3..07eefa1d 100644 --- a/itables/version.py +++ b/itables/version.py @@ -1,3 +1,3 @@ """ITables' version number""" -__version__ = "1.7.0" +__version__ = "1.7.1"