Skip to content

Commit c2db6e3

Browse files
committed
Prepare release
1 parent 194d3f1 commit c2db6e3

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_0.4.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 0.4.2 - 2025-01-24
2+
3+
## Changes
4+
Function `bfs_utils.put_file` was fixed.
5+
6+
## Security Issues
7+
8+
### Bug fixing
9+
* #157: Proper fix of `bfs_utils.put_file`

doc/changes/unreleased.md

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

33
## Changes
4-
Function `bfs_utils.put_file` was fixed.
54

65
## Security Issues
76

87
### Bug fixing
9-
* #157: Proper fix of `bfs_utils.put_file`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "exasol-notebook-connector"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Components, tools, APIs, and configurations in order to connect Jupyter notebooks to Exasol and various other systems."
55
packages = [ {include = "exasol"}, ]
66
authors = [ "Christoph Kuhnke <christoph.kuhnke@exasol.com>" ]

version.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)