Skip to content

Commit fce923a

Browse files
committed
Release v1.8.5
1 parent 93ac857 commit fce923a

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

backend/configs/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
api:
2-
version: 1.8.4
2+
version: 1.8.5

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
maintainers = [
1010
{name = "Tim Fischer", email = "tim.fischer@uni-hamburg.de"},
1111
]
12-
version = "1.8.4"
12+
version = "1.8.5"
1313
requires-python = "==3.11.*"
1414
description = "DATS is a machine-learning powered web application for multi-modal discourse analysis. It provides tools for the typical workflow of a discsourse analysis project including data collection, data management, exploration, annotation, qualitative & quantitative analysis, interpratation and reflection."
1515
readme = "../README.md"

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ COMPOSE_PROJECT_NAME=demo
1111
# you can remove profiles from right to left
1212
COMPOSE_PROFILES=rq,backend,frontend
1313
# Docker tag to use for pulling the backend and rq container
14-
DATS_BACKEND_DOCKER_VERSION=1.8.4
14+
DATS_BACKEND_DOCKER_VERSION=1.8.5
1515
# Docker tag to use for pulling the ray container
16-
DATS_RAY_DOCKER_VERSION=1.8.4
16+
DATS_RAY_DOCKER_VERSION=1.8.5
1717
# Docker tag to use for pulling the frontend
18-
DATS_FRONTEND_DOCKER_VERSION=1.8.4
18+
DATS_FRONTEND_DOCKER_VERSION=1.8.5
1919
# Which user and group to use for running processes
2020
# inside containers.
2121
# Set this to the user and group you're using

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/src/api/openapi/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
2121

2222
export const OpenAPI: OpenAPIConfig = {
2323
BASE: "",
24-
VERSION: "1.8.4",
24+
VERSION: "1.8.5",
2525
WITH_CREDENTIALS: false,
2626
CREDENTIALS: "include",
2727
TOKEN: undefined,

frontend/src/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"openapi": "3.1.0",
3-
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.8.4" },
3+
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.8.5" },
44
"paths": {
55
"/analysis/code_frequencies": {
66
"post": {

0 commit comments

Comments
 (0)