- Fixed 'JSON cannot stringify cyclic structures' web console error

- Changed undo key command to meta+Z or ctrl+z

- Fixed a bug stopping drawings from switching correctly.
This commit is contained in:
louisnw
2023-07-17 15:05:11 +01:00
parent 95607c6fa4
commit 27b8268799
4 changed files with 47 additions and 39 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.14',
version='1.0.14.1',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[