Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
* Update dependencies
* Remove accidentally checked in file
* Bump version number
* Update change log
  • Loading branch information
Nicoretti authored Mar 21, 2023
1 parent d72fc76 commit 5d3ab40
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 979 deletions.
4 changes: 2 additions & 2 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📝 Changes

* [unreleased](unreleased.md)
* [0.8.0](changes_0.8.0.md)
* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
* [0.5.0](changes_0.5.0.md)
Expand All @@ -14,7 +14,7 @@
---
hidden:
---
unreleased
changes_0.8.0
changes_0.7.0
changes_0.6.0
changes_0.5.0
Expand Down
6 changes: 4 additions & 2 deletions doc/changes/unreleased.md → doc/changes/changes_0.8.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# BucketFs Python {TBD}, released {TBD}
# BucketFs Python 0.8.0, released 2023-03-21

## Summary
TBD

Dependency updates

## Security

Expand All @@ -17,3 +18,4 @@ TBD

# Dependencies
- #58: Restricted typeguard version
- Updated dependencies
4 changes: 3 additions & 1 deletion exasol/bucketfs/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ATTENTION:
# This file is generated, do not edit it manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.

MAJOR = 0
MINOR = 7
MINOR = 8
PATCH = 0

VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
4 changes: 2 additions & 2 deletions exasol_bucketfs_utils_python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.

MAJOR = 0
MINOR = 6
PATCH = 1
MINOR = 8
PATCH = 0

VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
83 changes: 0 additions & 83 deletions noxfile-old.p

This file was deleted.

Loading

0 comments on commit 5d3ab40

Please sign in to comment.