From 47d79de2b6b2b5dbd866aad9a35d8a4109571ae2 Mon Sep 17 00:00:00 2001 From: Jared Erickson Date: Tue, 24 Oct 2023 16:42:22 -0700 Subject: [PATCH] Release 0.20.0 --- pom.xml | 4 ++-- src/main/docs/index.adoc | 2 +- src/website/source/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index fa7572f6..52c91899 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.geocommands geocommands jar - 0.20.0-SNAPSHOT + 0.20.0 GeoCommands A collection of geospatial command line applications @@ -49,7 +49,7 @@ org.geoscript geoscript-groovy - 1.21.0-SNAPSHOT + 1.21.0 args4j diff --git a/src/main/docs/index.adoc b/src/main/docs/index.adoc index ca23a46f..e1effe80 100644 --- a/src/main/docs/index.adoc +++ b/src/main/docs/index.adoc @@ -1,6 +1,6 @@ = Geoc Jared Erickson -v0.12.0-SNAPSHOT +v0.20.0 :title-page: :title-logo-image: image:geoc.png[pdfwidth=5.5in,align=center] ifndef::imagesdir[:imagesdir: images] diff --git a/src/website/source/conf.py b/src/website/source/conf.py index 0bcf0791..06a34d3f 100644 --- a/src/website/source/conf.py +++ b/src/website/source/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'geoc' -copyright = '2021, Jared Erickson' +copyright = '2023, Jared Erickson' author = 'Jared Erickson' # The full version, including alpha/beta/rc tags -release = '0.19.0' +release = '0.20.0' # -- General configuration ---------------------------------------------------