Skip to content

Commit

Permalink
bump: version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 21, 2025
1 parent deae95b commit 5da19be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: demo-group
env:
DEMO_BACKEND_VERSION: "v2.5.1-dev"
DEMO_BACKEND_VERSION: "v2.5.2-dev"
FRONTEND_URL: "https://galv-demo.fly.dev"
FLY_DEMO_NAME: "galv-demo-backend"
FLY_DEMO_DB_NAME: "galv-demo-db"
Expand Down
2 changes: 1 addition & 1 deletion backend_django/config/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Build paths inside the project like this: BASE_DIR / 'subdir'.
import os

API_VERSION = "2.5.1-dev"
API_VERSION = "2.5.2-dev"

try:
USER_ACTIVATION_TOKEN_EXPIRY_S = int(
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = "Galv"
copyright = "2023, Oxford RSE"
author = "Oxford RSE"
release = "2.5.1-dev"
release = "2.5.2-dev"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/tags.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["v2.2.0", "v2.3.1", "v2.5.1-dev", "main"]
["v2.2.0", "v2.3.1", "v2.5.2-dev", "main"]

0 comments on commit 5da19be

Please sign in to comment.