Skip to content

Commit 4874177

Browse files
Ben Jefferymergify[bot]
authored andcommitted
Prepare for 0.5.6 release
1 parent 5406745 commit 4874177

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

c/tests/test_minimal_cpp.cpp

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-2022 Tskit Developers
3+
* Copyright (c) 2019-2023 Tskit Developers
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

python/CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
[0.5.6] - 2023-XX-XX
2+
[0.5.6] - 2023-10-10
33
--------------------
44

55
**Breaking Changes**
@@ -22,6 +22,12 @@
2222
- Add ``asdict`` to all dataclasses. These are returned when you access a row or
2323
other tree sequence object. (:user:`benjeffery`, :pr:`2759`, :issue:`2719`)
2424

25+
**Bugfixes**
26+
27+
- Fix incompatibility with ``jsonschema>4.18.6`` which caused
28+
``AttributeError: module jsonschema has no attribute _validators``
29+
(:user:`benjeffery`, :pr:`2844`, :issue:`2840`)
30+
2531
--------------------
2632
[0.5.5] - 2023-05-17
2733
--------------------

python/tests/test_util.py

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) 2018-2022 Tskit Developers
3+
# Copyright (c) 2018-2023 Tskit Developers
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

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
33
# For beta should be x.y.zbN
4-
tskit_version = "0.5.5"
4+
tskit_version = "0.5.6"

0 commit comments

Comments
 (0)