Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#191: Moved file py.typed to folder exasol/bucketfs #192

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 📝 Changes

* [unreleased](unreleased.md)
* [1.0.1](changes_1.0.1.md)
* [1.0.0](changes_1.0.0.md)
* [0.14.0](changes_0.14.0.md)
* [0.13.0](changes_0.13.0.md)
Expand All @@ -22,6 +23,7 @@
hidden:
---
unreleased
changes_1.0.1
changes_1.0.0
changes_0.14.0
changes_0.13.0
Expand Down
5 changes: 5 additions & 0 deletions doc/changes/changes_1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.0.1 - 2025-01-27

## Refactorings

* #191: Moved file py.typed to folder exasol/bucketfs
File renamed without changes.
2 changes: 1 addition & 1 deletion exasol/bucketfs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "exasol-bucketfs"
packages = [
{include = "exasol"},
]
version = "1.0.0"
version = "1.0.1"
description = "BucketFS utilities for the Python programming language"

license = "MIT"
Expand Down
Loading