Skip to content

Commit

Permalink
Merge pull request #93 from Clinical-Genomics/version_1.9
Browse files Browse the repository at this point in the history
Minor release 1.9
  • Loading branch information
northwestwitch authored Jan 24, 2025
2 parents 9f59b14 + 019c329 commit dba3954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

# [unreleased]
# [1.9]
### Changed
- Added retry logic to stream_resource to handle failed chunk downloads with a configurable number of attempts and error handling.
- Commented out in the code all endpoints that are not yet functioning.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schug"
version = "1.8.0"
version = "1.9.0"
description = "Keep track of genes, transcripts and exons from different sources"
authors = ["moonso <mans.magnusson@scilifelab.se>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion schug/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8"
__version__ = "1.9"

0 comments on commit dba3954

Please sign in to comment.