Skip to content

Commit

Permalink
bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Aug 4, 2020
1 parent ce6abf7 commit 871aa8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
@@ -1,10 +1,9 @@
# Changelog

## 3.0.2 - Unreleased
## 3.0.2 - 2020-08-05

- Enable `QuerySet.select_for_update()` and
`QuerySet.select_for_update(of=...)` in CockroachDB 20.1.

- Fix creation/deletion of `unique_rowid()` default when altering to/from
`AutoField`.

Expand Down
2 changes: 1 addition & 1 deletion django_cockroachdb/__init__.py
@@ -1,7 +1,7 @@
from .functions import register_functions
from .utils import check_django_compatability

__version__ = '3.0.1'
__version__ = '3.0.2'

check_django_compatability()
register_functions()

0 comments on commit 871aa8d

Please sign in to comment.