Skip to content

Commit fa746ba

Browse files
authored
v3.0.5 (#33)
* v3.0.5 * v3.0.5 --------- Co-authored-by: ddc <ddc@users.noreply.github.com>
1 parent 8a32093 commit fa746ba

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src="assets/database-icon.svg" alt="ddcDatabases" width="150">
2+
<img src="https://raw.githubusercontent.com/ddc/ddcDatabases/main/assets/database-icon.svg" alt="ddcDatabases" width="150">
33
<br>
44
ddcDatabases
55
</h1>

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ddcDatabases"
7-
version = "3.0.4"
8-
description = "Simplified Database ORM Connections"
7+
version = "3.0.5"
8+
description = "Simplified database ORM connections with support for multiple database engines"
99
license = {text = "MIT"}
1010
readme = "README.md"
1111
authors = [{name = "Daniel Costa", email = "danieldcsta@gmail.com"}]
1212
maintainers = [{name = "Daniel Costa"}]
1313
keywords = [
1414
"python3", "python-3", "python",
1515
"databases", "database", "ddcDatabases",
16-
"mongodb", "mongodb-database",
1716
"mssql", "mssql-database",
1817
"mysql", "mysql-database",
19-
"mariadb", "mariadb-database",
2018
"oracle", "oracle-database",
21-
"pgsql", "postgres", "postgresql", "postgresql-database",
19+
"mariadb", "mariadb-database",
20+
"mongodb", "mongodb-database",
2221
"sqlite", "sqlite3", "sqlite3-database",
22+
"pgsql", "postgres", "postgresql", "postgresql-database",
2323
]
2424
classifiers = [
2525
"Topic :: Software Development :: Libraries :: Python Modules",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)