Skip to content

Commit

Permalink
Updates for 2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfarrell committed Jan 6, 2021
1 parent dc0367a commit a8ada7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Master (unreleased)

## 2.5.3
## 2.6.0

* Added support for Django 3.1.x
* Updated requirements_dev.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
with open('CHANGELOG.md') as changelog_file:
changelog = changelog_file.read()

version = '2.5.2'
version = '2.6.0'

setup(
name='django-pgcrypto-fields',
Expand Down

0 comments on commit a8ada7a

Please sign in to comment.