Skip to content

Commit

Permalink
Release v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 18, 2022
1 parent f997ff1 commit a690871
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test

on:
- push
- pull_request
- push:
branches:
- main
tags:
- v*

jobs:
test_linux:
Expand All @@ -25,6 +29,9 @@ jobs:
- python-version: 3.9
python-release: v3.9
python-impl: CPython
- python-version: '3.10'
python-release: v3.10
python-impl: CPython
#- python-version: pypy-3.6
# python-release: v3.6
# python-impl: PyPy
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/althonos/pronto/compare/v2.4.5...HEAD
[Unreleased]: https://github.com/althonos/pronto/compare/v2.4.6...HEAD

## [2.4.6] - 2022-06-18
[2.4.6]: https://github.com/althonos/pronto/compare/v2.4.5...v2.4.6
### Added
- Setters for the `holds_over_chain` and `equivalent_to_chain` properties of `Relationship` objects.
### Fixed
- Serialization of `holds_over_chain` properties with `fastobo`-based serializers ([#175](https://github.com/althonos/pronto/issues/175)).

## [2.4.5] - 2022-04-21
[2.4.5]: https://github.com/althonos/pronto/compare/v2.4.4...v2.4.5
Expand Down
2 changes: 1 addition & 1 deletion pronto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "2.4.5"
__version__ = "2.4.6"

# Update the docstring with a link to the right version of the documentation
# instead of the latest.
Expand Down

0 comments on commit a690871

Please sign in to comment.