File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Sindri Changelog
22
33
4+ ## Version 0.2.11 (2021-05-31)
5+
6+ Maintenance release with the following changes:
7+
8+ * Fix null values not being handled properly in JSON on recent pandas versions
9+ * Use relative links in archive table to fix breakage when not at the site root
10+ * Fix NumPy deprecations and handle pandas deprecation warning
11+ * Add/update version constraints in dependency requirements
12+ * Add missing Sindri 0.2.10 release in Changelog
13+
14+
15+
416## Version 0.2.10 (2021-09-07)
517
618Maintenance release with the following changes:
Original file line number Diff line number Diff line change 11"""Version file."""
22
3- VERSION_INFO = (0 , 2 , 10 )
3+ VERSION_INFO = (0 , 2 , 11 )
44__version__ = '.' .join ((str (version ) for version in VERSION_INFO ))
You can’t perform that action at this time.
0 commit comments