Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cordero committed Jan 14, 2024
1 parent 541bb19 commit 0e8d760
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## 4.0.2

- Fixed eventlet rlock using as context manager, issue #73, @StuBz211

## 4.0.1

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

## 4.0.0

- Support for django 4.0
-

## 3.2.3

- Fixed TypeError when using JSONField with Django 3.1, @bvallant
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def long_description():

setup(
name='django-db-geventpool',
version='4.0.1',
version='4.0.2',
install_requires=[
'django>=3.1',
'psycogreen>=1.0',
Expand Down

0 comments on commit 0e8d760

Please sign in to comment.