Skip to content

Commit 98c5a2e

Browse files
committed
Bumped version 1.2.5
1 parent e53a534 commit 98c5a2e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- 1.2.5: Fixed date parser error when date is an int POSIX timestamp.
12
- 1.2.4: Fixed date parser error when date is an int POSIX timestamp.
23
- 1.2.3: Minor change in Ray dependency.
34
- 1.2.2: Fix to date ISO conversion where date str already in ISO-format, plus Ray dependency fix.

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ title: Change log
33
summary: Version history, including for legacy versions.
44
authors:
55
- Gavin Chait
6-
date: 2025-09-12
6+
date: 2025-09-30
77
tags: wrangling, crosswalks, versions
88
---
99
# Change log
1010

11+
## Version 1.2.5 (2025-09-30)
12+
13+
- Fixed date parser error when date is an int POSIX timestamp.
14+
1115
## Version 1.2.4 (2025-09-29)
1216

1317
- Fixed date parser error when date is an int POSIX timestamp.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whyqd"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
description = "data wrangling simplicity, complete audit transparency, and at speed"
55
authors = ["Gavin Chait <gchait@whythawk.com>"]
66
license = "BSD-3-Clause"

whyqd/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

0 commit comments

Comments
 (0)