Skip to content

Commit 74805e6

Browse files
committed
chore: Set release version
1 parent 045dec2 commit 74805e6

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)
20+
1921
## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0)
2022

2123
### Added

argilla-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argilla",
3-
"version": "2.7.0dev0",
3+
"version": "2.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

argilla-server/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)
20+
1921
### Added
2022

2123
- Added support to create users with predefined ids. ([#5786](https://github.com/argilla-io/argilla/pull/5786))

argilla-server/src/argilla_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# coding: utf-8
1616
#
1717

18-
__version__ = "2.7.0dev0"
18+
__version__ = "2.7.0"

argilla/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.7.0](https://github.com/argilla-io/argilla/compare/v2.6.0...v2.7.0)
20+
1921
### Added
2022

2123
- Return similarity score when searching by similarity. ([#5778](https://github.com/argilla-io/argilla/pull/5778))

argilla/src/argilla/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.7.0dev0"
15+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)