From d13cd382f0a6c4645efda341e164b40b4e0754a1 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sun, 29 Dec 2019 20:04:51 -0500 Subject: [PATCH] v0.7.0a5 Fixes ===== * Fix SCRAM implementation to adhere to the spec (by @tailhook in 99351291 for #60) * Update SASL-related protocol messages (by @tailhook in cc95d8d0) * Set protocol version to 0.7 (by @1st1 in 919a4c7f) --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index db6bd6db..3cb25ceb 100644 --- a/edgedb/_version.py +++ b/edgedb/_version.py @@ -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'