We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541bb19 commit d8a6130Copy full SHA for d8a6130
CHANGELOG.md
@@ -1,13 +1,17 @@
1
# Changelog
2
3
+## 4.0.2
4
+
5
+- Fixed eventlet rlock using as context manager, issue #73, @StuBz211
6
7
## 4.0.1
8
9
- Changed JSONField to come from `django.db.models` instead of the removed (as of Django 4.0) `django.contrib.postgres.fields`, @veracrux
10
11
## 4.0.0
12
13
- Support for django 4.0
--
14
15
## 3.2.3
16
17
- Fixed TypeError when using JSONField with Django 3.1, @bvallant
setup.py
@@ -14,7 +14,7 @@ def long_description():
setup(
name='django-db-geventpool',
- version='4.0.1',
+ version='4.0.2',
18
install_requires=[
19
'django>=3.1',
20
'psycogreen>=1.0',
0 commit comments