Skip to content

Commit 113f52f

Browse files
committed
chore(release): bump version
1 parent 120cf1e commit 113f52f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="4.0.2"></a>
2+
## 4.0.2 (2025-11-07)
3+
4+
#### Internal
5+
6+
* update python support: drop EOL'd versions (3.8, 3.9), begin testing on new versions (3.13, 3.14), and mark explicit future compatibility up to <4.0
7+
18
<a name="4.0.1"></a>
29
## 4.0.1 (2024-05-15)
310

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# syntax=docker/dockerfile:1
22

33
# renovate: datasource=pypi depName=coveralls
4-
ARG COVERALLS_VERSION=4.0.1
5-
# renovate: datasource=repology depName=alpine_3_19/git versioning=loose
6-
ARG GIT_VERSION=2.43.0-r0
4+
ARG COVERALLS_VERSION=4.0.2
5+
# renovate: datasource=repology depName=alpine_3_22/git versioning=loose
6+
ARG GIT_VERSION=2.49.1-r0
77

88

9-
FROM python:3.12-alpine3.19
9+
FROM python:3.14-alpine3.22
1010

1111
ARG GIT_VERSION
1212
RUN --mount=type=cache,target=/var/cache/apk \

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 = "coveralls"
3-
version = "4.0.1"
3+
version = "4.0.2"
44
description = "Show coverage stats online via coveralls.io"
55
readme = "README.rst"
66

0 commit comments

Comments
 (0)