Skip to content

Commit

Permalink
Merge pull request #9017 from cvat-ai/dev-release-2.26.1
Browse files Browse the repository at this point in the history
Update develop after v2.26.1
  • Loading branch information
azhavoro authored Jan 29, 2025
2 parents af218dd + 70bfe7b commit 1aa3925
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 26 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- scriv-insert-here -->

<a id='changelog-2.26.1'></a>
## \[2.26.1\] - 2025-01-29

### Added

- A button to copy a filename of the image into the clipboard
(<https://github.com/cvat-ai/cvat/pull/8989>)

### Changed

- Changed location of events cache dir
(<https://github.com/cvat-ai/cvat/pull/9015>)

### Removed

- \[Helm\] Removed `disableDistinctCachePerService` settings
(<https://github.com/cvat-ai/cvat/pull/9008>)

### Fixed

- The backend now rejects invalid label types
(<https://github.com/cvat-ai/cvat/pull/8980>)

- \[Helm\] Impossible to download exported annotations
(<https://github.com/cvat-ai/cvat/pull/9008>)

<a id='changelog-2.26.0'></a>
## \[2.26.0\] - 2025-01-27

Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20250122_142453_roman_labeltype_choicefield.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250124_143705_klakhov_copy_frame_name_button.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20250129_120758_andrey_fix_export.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250129_190931_andrey_change_event_cache_dir.md

This file was deleted.

2 changes: 1 addition & 1 deletion cvat-cli/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cvat-sdk==2.26.1
cvat-sdk==2.26.2

attrs>=24.2.0
Pillow>=10.3.0
Expand Down
2 changes: 1 addition & 1 deletion cvat-cli/src/cvat_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.26.1"
VERSION = "2.26.2"
2 changes: 1 addition & 1 deletion cvat-sdk/gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

GENERATOR_VERSION="v6.0.1"

VERSION="2.26.1"
VERSION="2.26.2"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="$(cd "$(dirname -- "$0")/.." && pwd)"
Expand Down
2 changes: 1 addition & 1 deletion cvat-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "2.26.1",
"version": "2.26.2",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (2, 26, 1, "alpha", 0)
VERSION = (2, 26, 2, "alpha", 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion cvat/schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: CVAT REST API
version: 2.26.1
version: 2.26.2
description: REST API for Computer Vision Annotation Tool (CVAT)
termsOfService: https://www.google.com/policies/terms/
contact:
Expand Down

0 comments on commit 1aa3925

Please sign in to comment.