Skip to content

Commit

Permalink
chore: Update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 24, 2023
1 parent 8615fcc commit 40b7c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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]()

## [1.18.0](https://github.com/argilla-io/argilla/compare/v1.17.0...v1.18.0)

### Added

- New `GET /api/v1/datasets/:dataset_id/metadata-properties` endpoint for listing dataset metadata properties. ([#3813](https://github.com/argilla-io/argilla/pull/3813))
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argilla",
"version": "1.18.0-dev",
"version": "1.19.0-dev",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 1 addition & 1 deletion src/argilla/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# coding: utf-8
version = "1.18.0-dev"
version = "1.19.0-dev"

0 comments on commit 40b7c1d

Please sign in to comment.