Skip to content

Commit 96bb591

Browse files
committed
Prepare for release v1.7.2
1 parent b565745 commit 96bb591

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<body>
99

1010
<!-- types are add, fix, remove, update -->
11+
<release version="1.7.2" date="2025-08-12" description="v1.7.2">
12+
<action dev="jodastephen" type="update">
13+
Update to time-zone data 2025bgtz.
14+
</action>
15+
</release>
1116
<release version="1.7.1" date="2025-03-11" description="v1.7.1">
1217
<action dev="jodastephen" type="fix" issue="198">
1318
Fix implementation of `SimpleDateTimeTextProvider`.

src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Various documentation is available:
4343

4444
## <i></i> Releases
4545

46-
Release 1.7.1 is the latest release.
46+
Release 1.7.2 is the latest release.
4747
It is considered to be stable and usable in production.
4848

4949
The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
@@ -59,7 +59,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
5959
<dependency>
6060
<groupId>org.threeten</groupId>
6161
<artifactId>threetenbp</artifactId>
62-
<version>1.7.1</version>
62+
<version>1.7.2</version>
6363
</dependency>
6464
```
6565

0 commit comments

Comments
 (0)