Skip to content

Commit 195b029

Browse files
committed
chore: update CHANGELOG.md and version file to 2.2.1 for argilla project
1 parent 46caafe commit 195b029

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.2.1](https://github.com/argilla-io/argilla/compare/v2.2.0...v2.2.1)
20+
1921
### Fixed
2022

2123
- Fixed `from_hub` errors when columns names contain uppercase letters. ([#5523](https://github.com/argilla-io/argilla/pull/5523))

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.2.0"
15+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)