From 4a8c82206f26f3e16f925ea882bfab4a9ce7862c Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 5 Dec 2022 15:37:51 +0200 Subject: [PATCH] bump version to 1.6.3 --- docs/examples.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 1fbd7ea..04d2ccd 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -280,7 +280,7 @@ Response "updatedAt": "2019-08-02 00:00:13.006256+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "dev", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" }, { @@ -301,7 +301,7 @@ Response "updatedAt": "2019-08-02 00:00:13.016122+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "prod", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" }, { @@ -362,7 +362,7 @@ Response "updatedAt": "2019-08-02 00:00:13.006256+00:00", "contactUrl": "https://www.csc.fi/contact-info", "environment": "dev", - "version": "1.4.2", + "version": "1.6.3", "url": "https://staging-elixirbeacon.rahtiapp.fi/" } diff --git a/setup.py b/setup.py index 5b75514..4813bac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="beacon_network", - version="1.4.2", + version="1.6.3", description="Beacon Network services", long_description_content_type="text/markdown", project_urls={