Skip to content

Commit

Permalink
Merge pull request #45 from qbic-pipelines/dev
Browse files Browse the repository at this point in the history
r0.5.3
  • Loading branch information
mapo9 authored Jul 23, 2024
2 parents 6ae1c16 + 5f1b67d commit e510482
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
============

0.5.3 - Sulfur Io (2024-07-20)
---------------------------------------------

**Added**

**Fixed**

* [#43](https://github.com/qbic-pipelines/querynator/issues/43): added disease ontology file to the package

**Dependencies**

**Deprecated**


0.5.2 - Sulfur Io (2024-07-05)
---------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include LICENSE
include README.rst
include requirements.txt
include **/**/cancertypes.js
include querynator/helper_functions/doid.obo

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

VERSION = "0.5.2"
VERSION = "0.5.3"

with open("README.rst") as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit e510482

Please sign in to comment.