Skip to content

Commit 2468b68

Browse files
committed
Prepare for release
1 parent 1c15a61 commit 2468b68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Master (unreleased)
44

5+
## 2.5.2
6+
7+
* Added support for Django 3.x
58
* Updated requirements_dev.txt
69

710
## 2.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
with open('CHANGELOG.md') as changelog_file:
3030
changelog = changelog_file.read()
3131

32-
version = '2.5.1'
32+
version = '2.5.2'
3333

3434
setup(
3535
name='django-pgcrypto-fields',

0 commit comments

Comments
 (0)