Skip to content

Commit d8a6130

Browse files
jneightJavier Cordero
andauthored
Release 4.0.2 (#79)
Co-authored-by: Javier Cordero <github@j2i.me>
1 parent 541bb19 commit d8a6130

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3+
## 4.0.2
4+
5+
- Fixed eventlet rlock using as context manager, issue #73, @StuBz211
6+
37
## 4.0.1
48

59
- Changed JSONField to come from `django.db.models` instead of the removed (as of Django 4.0) `django.contrib.postgres.fields`, @veracrux
610

711
## 4.0.0
812

913
- Support for django 4.0
10-
-
14+
1115
## 3.2.3
1216

1317
- Fixed TypeError when using JSONField with Django 3.1, @bvallant

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def long_description():
1414

1515
setup(
1616
name='django-db-geventpool',
17-
version='4.0.1',
17+
version='4.0.2',
1818
install_requires=[
1919
'django>=3.1',
2020
'psycogreen>=1.0',

0 commit comments

Comments
 (0)