Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Sep 14, 2024
1 parent b3344ea commit 8bbe52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ can be performed by running:
for more verbose output:
python3 -m pytest -v
or:
python3 -m pytest --log-info=sqlalchemy.engine --log-debug=pytds --log-debug=sqlalchemy.engine
python3 -m pytest --log-debug=pytds --log-debug=sqlalchemy.engine

results with SQLAlchemy==2.0.31
50 failed, 706 passed, 777 skipped, 1 warning
results with SQLAlchemy==2.0.34, python-tds==1.15.0
================= 768 passed, 788 skipped, 1 warning in 56.72s =================

IMPORTANT:

Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_pytds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from sqlalchemy.dialects import registry

Expand Down

0 comments on commit 8bbe52c

Please # to comment.