Skip to content

Commit

Permalink
version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ecogels committed Jul 26, 2023
1 parent c00ee5d commit c05c07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the `tds_django/sql/clr.sql` script.

# Installation
For django 4.2
`pip install bitarray python-tds tds_django==4.2.0`
`pip install bitarray python-tds tds_django~=4.2`

For django 4.1
`pip install bitarray python-tds tds_django==4.1.0`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="tds-django",
version="4.2.1",
version="4.2.2",
author="Etienne Cogels",
author_email="ecogels@users.noreply.github.com",
description="Django backend for SQL Server using tds",
Expand Down

0 comments on commit c05c07d

Please sign in to comment.