Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
altairbow committed Apr 6, 2024
1 parent 4c9cb8e commit 57f5512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,7 @@ with connections["default"].cursor() as cursor:
cursor.execute('select name, phone from users where name = %(name)s', params={"name": "Altair"})
result = cursor.fetchall()
```

### Acknowledgments
- Thanks to all friends who provided PR and suggestions !
- Thanks to [JetBrains](https://www.jetbrains.com/?from=django-db-connection-pool) for providing development tools for django-db-connection-pool !
2 changes: 1 addition & 1 deletion dj_db_conn_pool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.4'
__version__ = '1.2.5'
__author__ = 'Altair Bow'
__author_email__ = 'altair.bow@foxmail.com'
__description__ = 'Persistent database connection backends for Django'
Expand Down

0 comments on commit 57f5512

Please sign in to comment.