Skip to content

Commit 2924a49

Browse files
committed
Begin work on 5.11.0-SNAPSHOT
1 parent d3fa5e8 commit 2924a49

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: "5.10"
5+
docset_version: "5.11"
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: netCDF-Java

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permalink: upgrade.html
1212
* Java {{ site.java_version_build }} is required to build the library.
1313

1414
## Quick Navigation
15+
* [Summary of changes for v5.11.x](#netcdf-java-changes-511x)
1516
* [Summary of changes for v5.10.x](#netcdf-java-changes-510x)
1617
* [Summary of changes for v5.9.x](#netcdf-java-api-changes-59x)
1718
* [Summary of changes for v5.8.x](#netcdf-java-api-changes-58x)
@@ -24,6 +25,11 @@ permalink: upgrade.html
2425
* [Summary of changes for v5.1.x](#netcdf-java-api-changes-51x)
2526
* [Summary of changes for v5.0.x](#netcdf-java-api-changes-50x)
2627

28+
## netCDF-Java Changes (5.11.x)
29+
30+
Point release notes:
31+
* [5.11.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.11.0){:target="_blank"} (_yyyy-mm-dd, unreleased_)
32+
2733
## netCDF-Java Changes (5.10.x)
2834

2935
Point release notes:

gradle/ncj.libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
netcdf-java = "5.10.0"
2+
netcdf-java = "5.11.0-SNAPSHOT"
33

44
unidata-doc-theme = "0.1.1"
55

0 commit comments

Comments
 (0)