Skip to content

Commit

Permalink
version number increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Dec 1, 2023
1 parent 4baf6e8 commit a2bd724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Setting(BaseSettings):
app_name: str = "CSVtoCSVW"
admin_email: str = os.environ.get("ADMIN_MAIL") or "[email protected]"
items_per_user: int = 50
version: str = "v1.2.6"
version: str = "v1.2.7"
config_name: str = os.environ.get("APP_MODE") or "development"
openapi_url: str ="/api/openapi.json"
docs_url: str = "/api/docs"
Expand Down

0 comments on commit a2bd724

Please sign in to comment.