Skip to content

Commit

Permalink
chore: Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 2, 2024
1 parent efc4a56 commit cbbcef2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 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.3.0](https://github.com/argilla-io/argilla/compare/v2.2.0...v2.3.0)

### Added

- Added new field `CustomField` [#5462](https://github.com/argilla-io/argilla/pull/5462)
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.3.0dev0",
"version": "2.3.0",
"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.3.0](https://github.com/argilla-io/argilla/compare/v2.2.0...v2.3.0)

### Added

- Added helm chart for argilla. ([#5512](https://github.com/argilla-io/argilla/pull/5512))
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.3.0dev0"
__version__ = "2.3.0"
2 changes: 2 additions & 0 deletions argilla/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.3.0](https://github.com/argilla-io/argilla/compare/v2.2.2...v2.3.0)

### Added

- Added `inserted_at` and `updated_at` to `Resource` model as properties. ([#5540](https://github.com/argilla-io/argilla/pull/5540))
Expand Down
2 changes: 1 addition & 1 deletion argilla/src/argilla/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.3.0dev0"
__version__ = "2.3.0"

0 comments on commit cbbcef2

Please sign in to comment.