Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Jan 12, 2024
1 parent 03dbef0 commit 8b571bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* Unreleased
* 2.3.1 (2024-01-12, TZDB version 2023d)
* Upgrade TZDB to 2023d
* https://mm.icann.org/pipermail/tz-announce/2023-December/000080.html
* "Ittoqqortoormiit, Greenland changes time zones on 2024-03-31. Vostok,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ and the `zonedbc` database to support all timezones, for all transitions defined
in the IANA TZ database (`[1844,2087]`), and extending the validity of timezone
calculations from `[2000,10000)` to `[0001,10000)`.

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

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

Expand Down
2 changes: 1 addition & 1 deletion USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The IANA TZ database is programmatically generated into 3 predefined databases:
databases have different accuracy ranges, and are designed to work with
different `ZoneProcessor` and `ZoneManager` classes.

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

**Related Documents**:

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AceTime
version=2.3.0
version=2.3.1
author=Brian T. Park <brian@xparks.net>
maintainer=Brian T. Park <brian@xparks.net>
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.
Expand Down
4 changes: 2 additions & 2 deletions src/AceTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#include "zonedbc/zone_registry.h"

// Version format: xxyyzz == "xx.yy.zz"
#define ACE_TIME_VERSION 20300
#define ACE_TIME_VERSION_STRING "2.3.0"
#define ACE_TIME_VERSION 20301
#define ACE_TIME_VERSION_STRING "2.3.1"

#endif

0 comments on commit 8b571bd

Please sign in to comment.