Skip to content

Commit

Permalink
set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Feb 6, 2025
1 parent 74805e6 commit 6f84185
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ These are the section headers that we use:

## [Unreleased]()

## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)

## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)

## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0)
Expand Down
2 changes: 1 addition & 1 deletion argilla-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argilla",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 2 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ These are the section headers that we use:

## [Unreleased]()

## [2.7.1](https://github.com/argilla-io/argilla/compare/v2.7.0...v2.7.1)

## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion argilla-server/src/argilla_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# coding: utf-8
#

__version__ = "2.7.0"
__version__ = "2.7.1"

0 comments on commit 6f84185

Please sign in to comment.