Skip to content

Commit 0838511

Browse files
authored
Prepare release 2.1.0 (#257)
1 parent 52f8ddb commit 0838511

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 📝 Changes
22

33
* [unreleased](unreleased.md)
4+
* [2.1.0](changes_2.1.0.md)
45
* [2.0.0](changes_2.0.0.md)
56
* [1.1.0](changes_1.1.0.md)
67
* [1.0.1](changes_1.0.1.md)
@@ -25,6 +26,7 @@
2526
hidden:
2627
---
2728
unreleased
29+
changes_2.1.0
2830
changes_2.0.0
2931
changes_1.1.0
3032
changes_1.0.1

doc/changes/changes_2.1.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 2.1.0 - 2025-10-29
2+
3+
## Refactorings
4+
5+
* #186: Integration test for correctness of UDF path generation, using as_udf_path and pathlike
6+
* #245: Add backend inference for the Path-API
7+
* #252: Updated dependency declaration to `pyexasol`

doc/changes/unreleased.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
# Unreleased
2-
3-
## Refactorings
4-
5-
* #186: Integration test for correctness of UDF path generation, using as_udf_path and pathlike
6-
* #245: Add backend inference for the Path-API
7-
* #252: Updated dependency declaration to `pyexasol`

exasol/bucketfs/version.py

Lines changed: 7 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-bucketfs"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
requires-python = ">=3.10,<4.0"
55
description = "BucketFS utilities for the Python programming language"
66
authors = [

0 commit comments

Comments
 (0)