Skip to content

Commit

Permalink
Bump and release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Aug 29, 2024
1 parent e624a9f commit cd6f9b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.3 2024-08-29
----------------

* Bugfix correctly support list values (not named).

0.8.2 2024-03-06
----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-db"
version = "0.8.2"
version = "0.8.3"
description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)."
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ deps =
pytest-cov
pytest-sugar
commands = pytest --cov=quart_db {posargs}
passenv = DATABASE_URL
setenv =
DATABASE_URL = postgres://cura:cura@localhost:5432/quart_db

[testenv:docs]
basepython = python3.12
Expand Down

0 comments on commit cd6f9b2

Please sign in to comment.