Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jan 26, 2022
1 parent 6d4e316 commit 3ac21ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nr_datasets/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def rest_facets_config_factory(facets_list):
{k: ALL_FACETS[k] for k in ALL_FACETS.keys() & set(facets_list)},
label='{facet_key}',
value='{value_key}'),
"filters": {k: ALL_FILTERS[k] for k in ALL_FILTERS.keys() & set(facets_list)}
"filters": {k: ALL_FILTERS[k] for k in ALL_FILTERS.keys() & set(facets_list + ['contributors'])}
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "techlib-nr-datasets"
version = "1.1.19"
version = "1.1.20"
description = "Czech National Repository datasets data model."
license = "MIT"
keywords = ["Czech", "Nation", "Repository", "Invenio", "datasets"]
Expand Down

0 comments on commit 3ac21ff

Please sign in to comment.