Skip to content

Commit 0724418

Browse files
authored
#191: Moved file py.typed to folder exasol/bucketfs (#192)
* #191: Moved file py.typed to folder exasol/bucketfs * Prepare release 1.0.1
1 parent d8afa29 commit 0724418

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
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+
* [1.0.1](changes_1.0.1.md)
45
* [1.0.0](changes_1.0.0.md)
56
* [0.14.0](changes_0.14.0.md)
67
* [0.13.0](changes_0.13.0.md)
@@ -22,6 +23,7 @@
2223
hidden:
2324
---
2425
unreleased
26+
changes_1.0.1
2527
changes_1.0.0
2628
changes_0.14.0
2729
changes_0.13.0

doc/changes/changes_1.0.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1.0.1 - 2025-01-27
2+
3+
## Refactorings
4+
5+
* #191: Moved file py.typed to folder exasol/bucketfs
File renamed without changes.

exasol/bucketfs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 1
88
MINOR = 0
9-
PATCH = 0
9+
PATCH = 1
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "exasol-bucketfs"
99
packages = [
1010
{include = "exasol"},
1111
]
12-
version = "1.0.0"
12+
version = "1.0.1"
1313
description = "BucketFS utilities for the Python programming language"
1414

1515
license = "MIT"

0 commit comments

Comments
 (0)