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 1c15a61 commit 2468b68Copy full SHA for 2468b68
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Master (unreleased)
4
5
+## 2.5.2
6
+
7
+* Added support for Django 3.x
8
* Updated requirements_dev.txt
9
10
## 2.5.1
setup.py
@@ -29,7 +29,7 @@
29
with open('CHANGELOG.md') as changelog_file:
30
changelog = changelog_file.read()
31
32
-version = '2.5.1'
+version = '2.5.2'
33
34
setup(
35
name='django-pgcrypto-fields',
0 commit comments