Skip to content

Commit 8e183fe

Browse files
authored
Merge pull request #3 from Pymetheus/update-main
v0.1.6 update
2 parents d443309 + 046182f commit 8e183fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ If you believe you have found a security vulnerability, please report it to us a
44

55
## Supported Versions
66

7-
Currently only the 0.1.5 version of the sqlalchemy-dbtoolkit is supported.
7+
Currently only the 0.1.6 version of the sqlalchemy-dbtoolkit is supported.
88

99
| Version | Supported |
1010
|---------| ------------------ |
11-
| 0.1.5 | :white_check_mark: |
11+
| 0.1.6 | :white_check_mark: |
1212
| others | :x: |
1313

1414
## Reporting a Vulnerability

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="sqlalchemy-dbtoolkit",
8-
version="0.1.5",
8+
version="0.1.6",
99
description="A toolkit for building SQLAlchemy database engines and utilities.",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)