From 19a56cb9cc646569acf17cad2c1d7371a1244efd Mon Sep 17 00:00:00 2001 From: Groundskeeper Willie Date: Mon, 19 Oct 2020 10:09:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.80=20=E2=86=92=200.5.81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/athenian/api/metadata.py | 2 +- server/athenian/api/openapi/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/athenian/api/metadata.py b/server/athenian/api/metadata.py index 8de75ab2b9..f874f15ef0 100644 --- a/server/athenian/api/metadata.py +++ b/server/athenian/api/metadata.py @@ -1,3 +1,3 @@ __package__ = "athenian.api" -__version__ = "0.5.80" +__version__ = "0.5.81" __description__ = "Athenian Owl API" diff --git a/server/athenian/api/openapi/openapi.yaml b/server/athenian/api/openapi/openapi.yaml index facd09ab83..c43263ae90 100644 --- a/server/athenian/api/openapi/openapi.yaml +++ b/server/athenian/api/openapi/openapi.yaml @@ -8,7 +8,7 @@ info: license: name: CC-BY-4.0 title: '{{ title }}' - version: 1.0.98 + version: 1.0.99 servers: - description: '{{ server_description }} - {{ server_url }}' url: '{{ server_url }}/v1'