Skip to content

Commit

Permalink
Merge branch 'release/v2024.12.2' into 'main'
Browse files Browse the repository at this point in the history
Bump to v2024.12.2

See merge request chalmersnextlabs-quantum/tergite-backend!24
  • Loading branch information
ch-ahindura committed Dec 23, 2024
2 parents e60ccf2 + 6a8cfe6 commit 1525019
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project follows versions of format `{year}.{month}.{patch_number}`.

## [Unreleased]

## [2024.12.2] - 2024-12-23

### Changed

- Changed the apt installation step in Dockerfile to remove `/var/lib/apt/lists/*` after completion

## [2024.12.1] - 2024-12-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
app = FastAPI(
title="Backend Control Computer",
description="Interfaces Quantum processor via REST API",
version="2024.12.1",
version="2024.12.2",
)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setuptools.setup(
name="tergite-backend",
version="2024.12.1",
version="2024.12.2",
author="Miroslav Dobsicek",
maintainer="Chalmers Next Labs AB",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 1525019

Please sign in to comment.