From b48f3526c9f81edc2ff5a320818190380c3f3041 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Fri, 3 Jan 2025 15:39:53 +0200 Subject: [PATCH] update release version --- docs/source/conf.py | 4 ++-- pygeoapi/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 84f3a0c30..91abe273a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,7 @@ # Authors: Tom Kralidis # # Copyright (c) 2025 Tom Kralidis -# Copyright (c) 2024 Angelos Tzotsos +# Copyright (c) 2025 Angelos Tzotsos # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation @@ -112,7 +112,7 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '0.19.dev0' +version = '0.19.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 9c5d35688..4bdad2254 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -5,7 +5,7 @@ # # Copyright (c) 2021 Tom Kralidis # Copyright (c) 2023 Ricardo Garcia Silva -# Copyright (c) 2024 Angelos Tzotsos +# Copyright (c) 2025 Angelos Tzotsos # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation @@ -30,7 +30,7 @@ # # ================================================================= -__version__ = '0.19.dev0' +__version__ = '0.19.0' import click try: