We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46caafe commit 195b029Copy full SHA for 195b029
argilla/CHANGELOG.md
@@ -16,6 +16,8 @@ These are the section headers that we use:
16
17
## [Unreleased]()
18
19
+## [2.2.1](https://github.com/argilla-io/argilla/compare/v2.2.0...v2.2.1)
20
+
21
### Fixed
22
23
- Fixed `from_hub` errors when columns names contain uppercase letters. ([#5523](https://github.com/argilla-io/argilla/pull/5523))
argilla/src/argilla/_version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "2.2.0"
+__version__ = "2.2.1"
0 commit comments