Skip to content

Commit

Permalink
v0.7.0a5
Browse files Browse the repository at this point in the history
Fixes
=====

* Fix SCRAM implementation to adhere to the spec
  (by @tailhook in 9935129 for #60)

* Update SASL-related protocol messages
  (by @tailhook in cc95d8d)

* Set protocol version to 0.7
  (by @1st1 in 919a4c7)
  • Loading branch information
elprans committed Dec 30, 2019
1 parent 187f1b1 commit d13cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '0.7.0a4'
__version__ = '0.7.0a5'

0 comments on commit d13cd38

Please sign in to comment.