Skip to content

Commit 5d3ab40

Browse files
authored
Prepare release
* Update dependencies * Remove accidentally checked in file * Bump version number * Update change log
1 parent d72fc76 commit 5d3ab40

File tree

7 files changed

+899
-979
lines changed

7 files changed

+899
-979
lines changed

doc/changes/changelog.md

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

3-
* [unreleased](unreleased.md)
3+
* [0.8.0](changes_0.8.0.md)
44
* [0.7.0](changes_0.7.0.md)
55
* [0.6.0](changes_0.6.0.md)
66
* [0.5.0](changes_0.5.0.md)
@@ -14,7 +14,7 @@
1414
---
1515
hidden:
1616
---
17-
unreleased
17+
changes_0.8.0
1818
changes_0.7.0
1919
changes_0.6.0
2020
changes_0.5.0

doc/changes/unreleased.md renamed to doc/changes/changes_0.8.0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# BucketFs Python {TBD}, released {TBD}
1+
# BucketFs Python 0.8.0, released 2023-03-21
22

33
## Summary
4-
TBD
4+
5+
Dependency updates
56

67
## Security
78

@@ -17,3 +18,4 @@ TBD
1718

1819
# Dependencies
1920
- #58: Restricted typeguard version
21+
- Updated dependencies

exasol/bucketfs/version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ATTENTION:
22
# This file is generated, do not edit it manually!
33
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
4+
45
MAJOR = 0
5-
MINOR = 7
6+
MINOR = 8
67
PATCH = 0
8+
79
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

exasol_bucketfs_utils_python/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
44

55
MAJOR = 0
6-
MINOR = 6
7-
PATCH = 1
6+
MINOR = 8
7+
PATCH = 0
88

99
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

noxfile-old.p

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)