Skip to content

Commit 88573e0

Browse files
committed
Version 2.2.5
1 parent c95cd0f commit 88573e0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2024 Marc Wouts
3+
Copyright (c) 2019-2025 Marc Wouts
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ITables ChangeLog
22
=================
33

4+
2.2.5 (2025-02-22)
5+
------------------
6+
7+
**Fixed**
8+
- We have removed an erroneous assertion and added tests on the warnings issued when selected rows are not displayed ([[#351](https://github.com/mwouts/itables/issues/351)])
9+
10+
411
2.2.4 (2024-12-07)
512
------------------
613

src/itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.2.4"
3+
__version__ = "2.2.5"

0 commit comments

Comments
 (0)