Skip to content

Commit

Permalink
Release 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Sep 6, 2024
1 parent bb8270a commit e488735
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27.1'
compile group: 'org.georegression', name: 'georegression', version: '0.27.2'
```

## Build Instructions
Expand Down
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.27.2-SNAPSHOT'
version = '0.27.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.3-SNAPSHOT')
implementation (group: 'org.ddogleg', name: 'ddogleg', version: '0.23.3')

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 : 2024-XXX-YY
Date : 2024-Sep-06
Version : 0.27.2

- ConvertRotation3D
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.27.1'
version = '0.27.2'
# The full version, including alpha/beta/rc tags.
release = '0.27.1'
release = '0.27.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 14, 2024
**Released** September 6, 2024
**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 e488735

Please sign in to comment.