Skip to content

Commit 6278f86

Browse files
author
semantic-release
committed
1.15.2
Automatically generated by python-semantic-release
1 parent d0fe282 commit 6278f86

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v1.15.2 (2025-02-17)
6+
7+
###
8+
9+
* `IntervalTimer`: Allow Passing Logger Name (#111)
10+
11+
Co-authored-by: github-actions <[email protected]> ([`d0fe282`](https://github.com/WIPACrepo/wipac-dev-tools/commit/d0fe282f8afe1a1a45402f4b5b919ef46a7d32a0))
12+
13+
514
## v1.15.1 (2025-01-24)
615

716
###

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
version = "1.15.1"
6+
version = "1.15.2"
77
name = "wipac-dev-tools"
88
description = "Common, basic, and reusable development tools"
99
readme = "README.md"

wipac_dev_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]
1919

2020
# version is a human-readable version number.
21-
__version__ = "1.15.1"
21+
__version__ = "1.15.2"
2222

2323

2424
# version_info is a four-tuple for programmatic comparison. The first

0 commit comments

Comments
 (0)