Skip to content

Commit 53eaf4a

Browse files
author
haileyajohnson
committed
release 5.5.2
1 parent 41eda10 commit 53eaf4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ allprojects {
4545
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
4646
// Note - if bumping to a new major or minor version, be sure to update the docs (see step 1 in
4747
// docs/src/private/internal/release.md for details)
48-
version = '5.5.2-SNAPSHOT'
49-
status = 'development'
48+
version = '5.5.2'
49+
status = 'release'
5050
}
5151

5252
// Matches Maven's "project.description".

docs/src/site/pages/netcdfJava/Upgrade.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ As such, we no longer utilize WebStart.
3131
## netCDF-Java API Changes (5.5.x)
3232

3333
Point release notes:
34+
* [5.5.2](https://github.com/Unidata/netcdf-java/releases/tag/v5.5.2){:target="_blank"} (_2022-1-05_)
3435
* [5.5.1](https://github.com/Unidata/netcdf-java/releases/tag/v5.5.1){:target="_blank"} (_2021-12-20_)
3536
* `5.5.0` was released but not announced.
3637
It should not be used.

0 commit comments

Comments
 (0)