Skip to content

Commit 61c1c91

Browse files
committed
Version 1.5.2
1 parent 5de5756 commit 61c1c91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ITables ChangeLog
22
=================
33

4-
1.5.2 (2023-03-??)
4+
1.5.2 (2023-03-26)
55
------------------
66

77
**Fixed**

itables/datatables_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def convert_bigints_to_str(df, warn_on_int_to_str_conversion):
9292
if converted and warn_on_int_to_str_conversion:
9393
warnings.warn(
9494
"The columns {} contains integers that are too large for Javascript.\n"
95-
"They have been converted to str.\n"
95+
"They have been converted to str. See https://github.com/mwouts/itables/issues/172.\n"
9696
"To silence this warning, please run:\n"
9797
" import itables.options as opt\n"
9898
" opt.warn_on_int_to_str_conversion = False".format(converted)

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__ = "1.5.2-dev"
3+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)