Skip to content

Commit 3584118

Browse files
committed
Release Sindri version 0.2.11
1 parent 3b47e96 commit 3584118

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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

618
Maintenance release with the following changes:

src/sindri/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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))

0 commit comments

Comments
 (0)