Skip to content

Commit

Permalink
release 24.1a3
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Aug 3, 2024
1 parent 48776dd commit b66ebc9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bmds_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = "24.1a2"
__version__ = "24.1a3"


def manage():
Expand Down
4 changes: 2 additions & 2 deletions compose/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11-slim-bullseye

ENV BMDS_UI_VERSION=24.1a2
ENV BMDS_VERSION=24.1a2
ENV BMDS_UI_VERSION=24.1a3
ENV BMDS_VERSION=24.1a3
ENV EXTRA_BMDS_BUILD_ARGS=

RUN groupadd -g 555 -r app && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
requires-python = ">=3.11"
dependencies = [
# pybmds
"pybmds~=24.1a2",
"pybmds==24.1a3",

# website
"Django~=5.0.7",
Expand Down
6 changes: 3 additions & 3 deletions tests/data/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@
analysis_schema_version: '1.1'
bmds_python_version:
dll: 2023.10a1
python: 24.1a2
python: 24.1a3
bmds_ui_version: 9434971c
outputs:
- bayesian:
Expand Down Expand Up @@ -3421,7 +3421,7 @@
notes: ''
version:
dll: 2023.10a1
python: 24.1a2
python: 24.1a3
dataset_index: 0
error: null
frequentist:
Expand Down Expand Up @@ -5137,7 +5137,7 @@
notes: ''
version:
dll: 2023.10a1
python: 24.1a2
python: 24.1a3
option_index: 0
starred: false
started: 2024-05-14 19:18:13.442351+00:00
Expand Down

0 comments on commit b66ebc9

Please sign in to comment.