Skip to content

Commit

Permalink
Release version 2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iszulcdeepsense committed Apr 30, 2024
1 parent cbfc77f commit e859aae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: setup test clean registry

# docker tag of images
TAG ?= 2.29.1
TAG ?= 2.29.2
DOCKER_REGISTRY ?= ghcr.io
DOCKER_REGISTRY_NAMESPACE ?= theracetrack/racetrack
GHCR_PREFIX = ghcr.io/theracetrack/racetrack
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.29.2] - 2024-04-30
### Fixed
- Fixed overwriting STARTING job status in a sync loop.
([#457](https://github.com/TheRacetrack/racetrack/issues/457))
Expand Down
2 changes: 1 addition & 1 deletion racetrack_client/racetrack_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "racetrack_client"
__version__ = "2.29.1"
__version__ = "2.29.2"

0 comments on commit e859aae

Please sign in to comment.