Skip to content

Commit

Permalink
Version 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Sep 24, 2023
1 parent c0eadbf commit 85a144c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.georegression'
version = '0.26.2-SNAPSHOT'
version = '0.26.2'
}

project.ext.errorprone_version = '2.11.0'
Expand Down Expand Up @@ -86,7 +86,7 @@ subprojects {
}

dependencies {
implementation (group: 'org.ddogleg', name: 'ddogleg', version: '0.23')
implementation (group: 'org.ddogleg', name: 'ddogleg', version: '0.23.1')

compileOnly "org.jetbrains:annotations:$project.jetnull_version" // @Nullable
compileOnly "javax.annotation:jsr250-api:$project.jsr250_version" // @Generated
Expand Down
2 changes: 1 addition & 1 deletion change.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
YEAR-MONTH-DAY

---------------------------------------------
Date : 2023-XXX-X
Date : 2023-Sep-24
Version : 0.26.2

- LineSegment2D
Expand Down
4 changes: 2 additions & 2 deletions docs/website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.26.1'
version = '0.26.2'
# The full version, including alpha/beta/rc tags.
release = '0.26.1'
release = '0.26.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/website/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Geometric Regression Library (GeoRegression) is an open source Java geometry lib

=================== =====================
**Latest Version** v\ |geo_version|
**Released** May 15, 2023
**Released** September 24, 2023
**Source Code** `GitHub <https://github.com/lessthanoptimal/GeoRegression>`_
**License** `Apache 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_
=================== =====================
Expand Down

0 comments on commit 85a144c

Please sign in to comment.