Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b5cde8b

Browse files
committed
fix bugs
1 parent 95c474e commit b5cde8b

File tree

11 files changed

+3344
-3
lines changed

11 files changed

+3344
-3
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "SQLSymphonyORM"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "0.4.15"
51+
PROJECT_NUMBER = "0.4.16"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
| ------- | ------------------ |
10-
| 0.4.15 | :white_check_mark: |
10+
| 0.4.16 | :white_check_mark: |
11+
| 0.4.15 | :x: |
1112
| 0.4.14 | :x: |
1213
| 0.3.14 | :x: |
1314
| 0.3.13 | :x: |

sqlsymphony_orm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqlsymphony_orm"
3-
version = "0.4.15"
3+
version = "0.4.16"
44
description = "The elegant and powerful SQLite3 ORM for Python"
55
authors = ["alexeev-prog <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)