Skip to content

Commit

Permalink
Bump version: 3.31.0-rc.9 → 3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jan 13, 2022
1 parent 0feed29 commit 3e9fbf0
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ jobs:
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
- image: ictu/quality-time_testldap:v3.31.0-rc.9
- image: ictu/quality-time_testldap:v3.31.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
- image: ictu/quality-time_renderer:v3.31.0-rc.9
- image: ictu/quality-time_renderer:v3.31.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
environment:
ALLOW_HTTP: true
LC_ALL: en_GB.UTF-8
- image: ictu/quality-time_frontend:v3.31.0-rc.9
- image: ictu/quality-time_frontend:v3.31.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
- image: ictu/quality-time_database:v3.31.0-rc.9
- image: ictu/quality-time_database:v3.31.0
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPOSE_PATH_SEPARATOR=:
COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.override.yml
COMPOSE_PROJECT_NAME=quality-time
QUALITY_TIME_VERSION=v3.31.0-rc.9
QUALITY_TIME_VERSION=v3.31.0
2 changes: 1 addition & 1 deletion .github/workflows/application-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

env:
QUALITY_TIME_VERSION: v3.31.0-rc.9
QUALITY_TIME_VERSION: v3.31.0
ENV: ci
COMPOSE_PATH_SEPARATOR: ":"
COMPOSE_FILE: docker/docker-compose.yml:docker/docker-compose.ci.yml
Expand Down
2 changes: 1 addition & 1 deletion components/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quality-time-app",
"version": "3.31.0-rc.9",
"version": "3.31.0",
"private": true,
"proxy": "http://localhost:5001",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion components/server/src/external/routes/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import bottle


QUALITY_TIME_VERSION = "3.31.0-rc.9"
QUALITY_TIME_VERSION = "3.31.0"


@bottle.get("/api/v3/server", authentication_required=False)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

<!-- The line "## <square-bracket>Unreleased</square-bracket>" is replaced by the release/release.py script with the new release version and release date. -->

## [Unreleased]
## v3.31.0 - 2022-01-13

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion release/.bumpversion-rc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc\.(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc.{rc}
{major}.{minor}.{patch}
current_version = 3.31.0-rc.9
current_version = 3.31.0
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion release/.bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc\.(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc.{rc}
{major}.{minor}.{patch}
current_version = 3.31.0-rc.9
current_version = 3.31.0
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.organization=ictu
sonar.projectKey=nl.ictu:quality-time
sonar.projectName=Quality-time
sonar.projectVersion=3.31.0-rc.9
sonar.projectVersion=3.31.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down

0 comments on commit 3e9fbf0

Please sign in to comment.