Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfarrell committed Jan 14, 2020
1 parent 1c15a61 commit 2468b68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Master (unreleased)

## 2.5.2

* Added support for Django 3.x
* Updated requirements_dev.txt

## 2.5.1
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.1'
version = '2.5.2'

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

0 comments on commit 2468b68

Please sign in to comment.