Skip to content

Commit

Permalink
Added back the collections tag to the index
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Dec 2, 2024
1 parent c4c743f commit b2935f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primal_page/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.0"
__version__ = "1.11.1"
3 changes: 3 additions & 0 deletions primal_page/build_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def parse_version(
version_dict["ampliconsize"] = info.ampliconsize
version_dict["articbedversion"] = info.articbedversion.value

#
version_dict["collections"] = info.collections

if info.refselect: # Only add if it exists
version_dict["refselect"] = info.refselect
# Add the urls
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "primal-page"
version = "1.11.0"
version = "1.11.1"
description = "Tooling and schemas for the primerschemes index"
authors = ["ChrisKent <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b2935f3

Please sign in to comment.