Skip to content

Commit

Permalink
Merge pull request #411 from biolink/more_tests
Browse files Browse the repository at this point in the history
Bump version to 1.7.2 in preparation of a release
sierra-moxon authored Aug 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f4446bc + d42a49d commit 3ab0b5e
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 1.7.0
- updates to infores usage according to Biolink-model changes
- bug fixes for infores auto-mapping

## 1.6.2
- allow infores to be submitted via input files and via knowledge_sources click parameter
- add some checks for dually submittied primary_knowledge_sources
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -5,7 +5,8 @@ MAINTAINER Sierra Moxon "[email protected]"
RUN git clone https://github.com/biolink/kgx

# Setup
RUN cd kgx && git checkout tags/1.6.2 && pip install -r requirements.txt && python setup.py install
RUN cd kgx && git checkout tags/1.7.2 && pip install -r requirements.txt && python setup.py install


# Make data directory
RUN mkdir data
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -89,9 +89,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '1.6.2'
version = '1.7.0'
# The full version, including alpha/beta/rc tags.
release = '1.6.2'
release = '1.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
2 changes: 1 addition & 1 deletion kgx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
KGX Package
"""
__version__ = "1.6.2"
__version__ = "1.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich'
EMAIL = '[email protected], [email protected], [email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '1.6.2'
VERSION = '1.7.2'
LICENSE = 'BSD'

with open("requirements.txt", "r") as FH:

0 comments on commit 3ab0b5e

Please sign in to comment.