Skip to content

Commit

Permalink
Merge pull request #217 from metno/v0.2.8-solrindexer-update
Browse files Browse the repository at this point in the history
V0.2.8 solrindexer update - tag dmci as v0.2.8 when this PR is merged. Using latest solr-indexer v2.0.2-senda
  • Loading branch information
mortenwh authored Jan 25, 2024
2 parents b57ac51 + 6b19453 commit 3d8cab1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pyTestCov:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.8, 3.9, '3.10', '3.11']
runs-on: ubuntu-latest
steps:
- name: Python Setup
Expand Down
2 changes: 1 addition & 1 deletion dmci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

__package__ = "dmci"
__version__ = "0.2" # 2021-09-16
__version__ = "0.2.8"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metvocab @ git+https://github.com/metno/[email protected]
solrindexer @ git+https://github.com/metno/[email protected].1-senda
solrindexer @ git+https://github.com/metno/[email protected].2-senda
requests>=2.22
pyyaml>=5.1
flask>=1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ packages = find:
scripts = dmci_start_api.py
install_requires =
metvocab @ git+https://github.com/metno/[email protected]
solrindexer @ git+https://github.com/metno/[email protected].1-senda
solrindexer @ git+https://github.com/metno/[email protected].2-senda
requests>=2.22
pyyaml>=5.1
flask>=1.0
Expand Down

0 comments on commit 3d8cab1

Please sign in to comment.