From 887f5d55e16518a0a2bef4f2d6bff6ecf48d18c1 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 26 Jul 2021 12:14:10 +0100 Subject: [PATCH] Release v0.4.0 --- docs/source/conf.py | 4 ++-- matrix_client/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e3a76c0d..0b579b80 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,8 +61,8 @@ author = 'matrix.org' -version = '0.4.0-dev' -release = '0.4.0-dev' +version = '0.4.0' +release = '0.4.0' language = None diff --git a/matrix_client/__init__.py b/matrix_client/__init__.py index 78009980..7b18c407 100644 --- a/matrix_client/__init__.py +++ b/matrix_client/__init__.py @@ -13,4 +13,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0-dev" +__version__ = "0.4.0"