Skip to content

Commit 06f79a1

Browse files
committed
Bump version 2.0.5
1 parent b346770 commit 06f79a1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
## 2.0.4 - 2022-07-17
3+
## 2.0.5 - 2022-10-03
44
### Fixed
5-
- Fixed timezone aware (#27)
5+
- Disable psycopg2 parsing JSONField value in Django 3.1+ ([#29](https://github.com/lcd1232/django-postgrespool2/pull/29))
6+
7+
## 2.0.3 - 2022-07-17
8+
### Fixed
9+
- Fixed timezone aware ([#27](https://github.com/lcd1232/django-postgrespool2/pull/27))
610

711
## 2.0.1 - 2021-02-28
812
### Added

django_postgrespool2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.0.4"
1+
__version__ = "2.0.5"
22
__author__ = 'lcd1232'

0 commit comments

Comments
 (0)