Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
v3.0.37: Updating flare, bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Jul 18, 2023
1 parent a8a4400 commit 8903d9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file documents any relevant changes done to ViUR Vi since version 2.

## [3.0.37] - 2023-07-18

- fix: Updated flare
- fix: Accept viur-core 3.5

## [3.0.36] - 2023-04-13

- fix: Handle empty values in format strings
Expand Down
4 changes: 2 additions & 2 deletions vi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

vi_conf = {
# Vi version number
"vi.version": (3, 0, 36),
"vi.version": (3, 0, 37),
# Appendix to version
"vi.version.appendix": "dev",

# ViUR core version number
"core.version": None,
"core.version.min": (3, 0, 0), # minimal core Version
"core.version.max": (3, 5, 0), # max recommended core Version, must be less than!
"core.version.max": (3, 6, 0), # max recommended core Version, must be less than!

# ViUR core name
"vi.viur": "ViUR-core",
Expand Down
2 changes: 1 addition & 1 deletion vi/flare
Submodule flare updated 1 files
+11 −8 flare/utils.py

0 comments on commit 8903d9a

Please sign in to comment.