Skip to content

Commit bd7e6fc

Browse files
committed
Bump Version 0.5.37
1 parent 6fdb35a commit bd7e6fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
**Before you create a Pull Request, remember to update the Changelog with your changes.**
99

10+
## [0.5.37](https://github.com/superduper-io/superduper/compare/0.5.37...0.5.36]) (2024-Nov-02)
11+
12+
- Load secrets from secrets directory
13+
1014
## [0.5.2](https://github.com/superduper-io/superduper/compare/0.5.2...0.5.0]) (2024-Nov-02)
1115

1216
#### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "superduper-framework"
77
description = "🔮 Bring AI to your favourite database 🔮"
88
readme = "README.md"
9-
version = '0.5.36'
9+
version = '0.5.37'
1010
license = {file = "LICENSE"}
1111
maintainers = [{name = "superduper.io, Inc.", email = "opensource@superduper.com"}]
1212
keywords = [

superduper/base/config_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ConfigError(Exception):
3636

3737
def load_secrets(secrets_dir: str | None = None):
3838
"""Load secrets directory into env vars.
39-
39+
4040
:param secrets_dir: The directory containing the secrets.
4141
"""
4242
if secrets_dir is None:

0 commit comments

Comments
 (0)