File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11name : Test
22
33on :
4- - push
5- - pull_request
4+ push :
5+ branches :
6+ - main
7+ tags :
8+ - v*
69
710jobs :
811 test_linux :
2528 - python-version : 3.9
2629 python-release : v3.9
2730 python-impl : CPython
31+ - python-version : ' 3.10'
32+ python-release : v3.10
33+ python-impl : CPython
2834 # - python-version: pypy-3.6
2935 # python-release: v3.6
3036 # python-impl: PyPy
Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8- [ Unreleased ] : https://github.com/althonos/pronto/compare/v2.4.5...HEAD
8+ [ Unreleased ] : https://github.com/althonos/pronto/compare/v2.4.6...HEAD
9+
10+ ## [ 2.4.6] - 2022-06-18
11+ [ 2.4.6 ] : https://github.com/althonos/pronto/compare/v2.4.5...v2.4.6
12+ ### Added
13+ - Setters for the ` holds_over_chain ` and ` equivalent_to_chain ` properties of ` Relationship ` objects.
14+ ### Fixed
15+ - Serialization of ` holds_over_chain ` properties with ` fastobo ` -based serializers ([ #175 ] ( https://github.com/althonos/pronto/issues/175 ) ).
916
1017## [ 2.4.5] - 2022-04-21
1118[ 2.4.5 ] : https://github.com/althonos/pronto/compare/v2.4.4...v2.4.5
Original file line number Diff line number Diff line change 6060
6161__author__ = "Martin Larralde <martin.larralde@embl.de>"
6262__license__ = "MIT"
63- __version__ = "2.4.5 "
63+ __version__ = "2.4.6 "
6464
6565# Update the docstring with a link to the right version of the documentation
6666# instead of the latest.
You can’t perform that action at this time.
0 commit comments