From f56a7c9cdec40e258da0604c0ff54534aa5231eb Mon Sep 17 00:00:00 2001 From: Peter Abeles Date: Sun, 5 Nov 2023 07:26:17 -0800 Subject: [PATCH] Release 0.26.3 --- README.md | 2 +- build.gradle | 2 +- change.txt | 2 +- docs/release_checklist.txt | 2 +- docs/website/conf.py | 10 +++++----- docs/website/index.rst | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0e355741..9017d14b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ GeoRegression is on [Maven Central](https://mvnrepository.com/artifact/org.geore be added to your Gradle project as follows: ```Groovy -compile group: 'org.georegression', name: 'georegression', version: '0.26.1' +compile group: 'org.georegression', name: 'georegression', version: '0.26.3' ``` ## Build Instructions diff --git a/build.gradle b/build.gradle index 408c8856..0ce5d8f2 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'com.peterabeles.gversion' group = 'org.georegression' - version = '0.26.3-SNAPSHOT' + version = '0.26.3' } project.ext.errorprone_version = '2.11.0' diff --git a/change.txt b/change.txt index 0c54ab09..1bda9409 100644 --- a/change.txt +++ b/change.txt @@ -1,7 +1,7 @@ YEAR-MONTH-DAY --------------------------------------------- -Date : 2023-?? +Date : 2023-Nov-05 Version : 0.26.3 - GeoTuple diff --git a/docs/release_checklist.txt b/docs/release_checklist.txt index d29232d8..885cbf6b 100644 --- a/docs/release_checklist.txt +++ b/docs/release_checklist.txt @@ -11,7 +11,7 @@ cd docs/website conf.py <--- text substitution is now used to spread the version name index.rst <-- just the date - rm -rf _build;make html;cd _build;rm html.zip;zip -r html.zip html/ + rm -rf _build && make html && cd _build && rm html.zip && zip -r html.zip html/ - Commit and tag release - Create zip and jar files VERSION=v0.22;PRJNAME=georegression-$VERSION diff --git a/docs/website/conf.py b/docs/website/conf.py index d9f20321..bae7b77c 100644 --- a/docs/website/conf.py +++ b/docs/website/conf.py @@ -56,16 +56,16 @@ # built documents. # # The short X.Y version. -version = '0.26.2' +version = '0.26.3' # The full version, including alpha/beta/rc tags. -release = '0.26.2' +release = '0.26.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -292,5 +292,5 @@ # Specifies keywords to replace in .rst files rst_epilog = '.. |geo_version| replace:: %s' % version -extlinks = {'sourceforge': ('https://sourceforge.net/projects/georegression/files/v{}/georegression-v{}-%s.zip/download/'.format(version,version), ''), - 'gitexample' : ('https://github.com/lessthanoptimal/GeoRegression/tree/v{}/examples/src/georegression/examples/%s'.format(version),'')} +extlinks = {'sourceforge': ('https://sourceforge.net/projects/georegression/files/v{}/georegression-v{}-%s.zip/download/'.format(version,version), '%s'), + 'gitexample' : ('https://github.com/lessthanoptimal/GeoRegression/tree/v{}/examples/src/georegression/examples/%s'.format(version),'%s')} diff --git a/docs/website/index.rst b/docs/website/index.rst index a50944c7..197cc21e 100644 --- a/docs/website/index.rst +++ b/docs/website/index.rst @@ -5,7 +5,7 @@ Geometric Regression Library (GeoRegression) is an open source Java geometry lib =================== ===================== **Latest Version** v\ |geo_version| -**Released** September 24, 2023 +**Released** November 5, 2023 **Source Code** `GitHub `_ **License** `Apache 2.0 `_ =================== =====================