Skip to content

Commit

Permalink
Bump version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Apr 7, 2024
1 parent 8e49988 commit df2f099
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
@@ -1,6 +1,6 @@
# Changelog

## 5.0.3 - Unreleased
## 5.0.3 - 2024-04-06

* Fixed `EXISTS` subqueries by removing `LIMIT 1` (which Snowflake does not
support) from them.
Expand Down
2 changes: 1 addition & 1 deletion django_snowflake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.2'
__version__ = '5.0.3'

# Check Django compatibility before other imports which may fail if the
# wrong version of Django is installed.
Expand Down

0 comments on commit df2f099

Please sign in to comment.