Skip to content

Commit 218f8de

Browse files
authored
Merge pull request #120 from DanCardin/dc/release
fix: Release.
2 parents 050fefe + a97972f commit 218f8de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3-
## 0.15
3+
## 0.16
44

55
### 0.16.0
66
- feat: Add parameters and volatility to Function.
77
- fix: Filter snowflake schema query to current_database().
88

9+
## 0.15
10+
911
### 0.15.13
1012
- fix: sqlalchemy<2 import-time regression.
1113

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlalchemy-declarative-extensions"
3-
version = "0.15.13"
3+
version = "0.16.0"
44
authors = [
55
{name = "Dan Cardin", email = "ddcardin@gmail.com"},
66
]

0 commit comments

Comments
 (0)