Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
GH action commit 201209-175239 (run: run8/11)
Browse files Browse the repository at this point in the history
  • Loading branch information
oarepo-bot committed Dec 9, 2020
1 parent c0e2747 commit 36ef427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -36,8 +36,8 @@ env:
- ES7_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.1-linux-x86_64.tar.gz"
- ES_HOST=127.0.0.1
matrix:
- REQUIREMENTS=release OAREPO_VERSION=3.3.19 EXTRAS=tests-es7 ES=$ES7_DOWNLOAD_URL SQLALCHEMY_DATABASE_URI=$POSTGRESQL_SQLALCHEMY_DATABASE_URI
- REQUIREMENTS=release OAREPO_VERSION=3.3.19 EXTRAS=tests-es7 ES=$ES7_DOWNLOAD_URL
- REQUIREMENTS=release OAREPO_VERSION=3.3.19.5 EXTRAS=tests-es7 ES=$ES7_DOWNLOAD_URL SQLALCHEMY_DATABASE_URI=$POSTGRESQL_SQLALCHEMY_DATABASE_URI
- REQUIREMENTS=release OAREPO_VERSION=3.3.19.5 EXTRAS=tests-es7 ES=$ES7_DOWNLOAD_URL

python:
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion oarepo_micro_api/version.py
Expand Up @@ -13,4 +13,4 @@

from __future__ import absolute_import, print_function

__version__ = '3.3.17'
__version__ = '3.3.18'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
packages = find_packages()

DATABASE = "postgresql"
OAREPO_VERSION = os.environ.get('OAREPO_VERSION', '3.3.19')
OAREPO_VERSION = os.environ.get('OAREPO_VERSION', '3.3.19.5')

install_requires = [
'oarepo~={version}'.format(version=OAREPO_VERSION),
Expand Down

0 comments on commit 36ef427

Please sign in to comment.