Skip to content

Commit a8ada7a

Browse files
committed
Updates for 2.6.0 release
1 parent dc0367a commit a8ada7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Master (unreleased)
44

5-
## 2.5.3
5+
## 2.6.0
66

77
* Added support for Django 3.1.x
88
* Updated requirements_dev.txt

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.2'
32+
version = '2.6.0'
3333

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

0 commit comments

Comments
 (0)