Skip to content

Commit 8b571bd

Browse files
committed
Bump version to 2.3.1
1 parent 03dbef0 commit 8b571bd

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
* Unreleased
4+
* 2.3.1 (2024-01-12, TZDB version 2023d)
45
* Upgrade TZDB to 2023d
56
* https://mm.icann.org/pipermail/tz-announce/2023-December/000080.html
67
* "Ittoqqortoormiit, Greenland changes time zones on 2024-03-31. Vostok,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ and the `zonedbc` database to support all timezones, for all transitions defined
7676
in the IANA TZ database (`[1844,2087]`), and extending the validity of timezone
7777
calculations from `[2000,10000)` to `[0001,10000)`.
7878

79-
**Version**: 2.3.0 (2023-06-27, TZDB version 2023c)
79+
**Version**: 2.3.1 (2024-01-12, TZDB version 2023d)
8080

8181
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
8282

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The IANA TZ database is programmatically generated into 3 predefined databases:
1818
databases have different accuracy ranges, and are designed to work with
1919
different `ZoneProcessor` and `ZoneManager` classes.
2020

21-
**Version**: 2.3.0 (2023-06-27, TZDB 2023c)
21+
**Version**: 2.3.1 (2024-01-12, TZDB 2023d)
2222

2323
**Related Documents**:
2424

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AceTime
2-
version=2.3.0
2+
version=2.3.1
33
author=Brian T. Park <[email protected]>
44
maintainer=Brian T. Park <[email protected]>
55
sentence=Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.

src/AceTime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#include "zonedbc/zone_registry.h"
7070

7171
// Version format: xxyyzz == "xx.yy.zz"
72-
#define ACE_TIME_VERSION 20300
73-
#define ACE_TIME_VERSION_STRING "2.3.0"
72+
#define ACE_TIME_VERSION 20301
73+
#define ACE_TIME_VERSION_STRING "2.3.1"
7474

7575
#endif

0 commit comments

Comments
 (0)