Skip to content

Commit

Permalink
Merge pull request #17 from Narodni-repozitar/mirekys/release
Browse files Browse the repository at this point in the history
chore(release): Release v2.0.13
  • Loading branch information
mirekys authored Jun 19, 2024
2 parents 7f3050a + d22d79c commit 83ceecb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
oarepo:
description: OARepo version (11, 12, ...)
required: true
default: 11
default: 12
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
oarepo:
description: OARepo version (11, 12, ...)
required: true
default: 11
default: 12

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
uses: ./.github/workflows/build.yaml
with:
oarepo: 11
oarepo: 12

publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

OAREPO_VERSION="${OAREPO_VERSION:-11}"
OAREPO_VERSION="${OAREPO_VERSION:-12}"


VENV=".venv"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = nr-vocabularies
version = 2.0.12
version = 2.0.13
description = A sample application for nr_vocabularies
long_description = Model builder plugin containing model definition of nr-vocabularies
authors = Alzbeta Pokorna <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_complex_import_export(app, db, cache, search_clear, vocab_cf, caplog):
load_fixtures(batch_size=100, callback=load_callback)
assert load_callback.failed_entries_count == 0
assert load_callback.filtered_entries_count == 0
assert load_callback.ok_entries_count == 2713
assert load_callback.ok_entries_count == 2727
Vocabulary.index.refresh()

with tempfile.TemporaryDirectory() as d:
Expand Down

0 comments on commit 83ceecb

Please sign in to comment.