Skip to content

Commit 5503976

Browse files
author
Giovanni Stracquadanio
committed
Bump version: 2024.4.23 → 2024.4.24
1 parent 4599528 commit 5503976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "2024.4.23"
2+
current_version = "2024.4.24"
33
parse = """(?x) # Verbose mode
44
(?P<release> # The release part
55
(?:[1-9][0-9]{3})\\. # YYYY.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.description="A full TexLive image ready to use wi
55
LABEL org.opencontainers.image.url="https://github.com/stracquadaniolab/docker-latex"
66
LABEL org.opencontainers.image.documentation="https://github.com/stracquadaniolab/docker-latex"
77
LABEL org.opencontainers.image.source="https://github.com/stracquadaniolab/docker-latex"
8-
LABEL org.opencontainers.image.revision="2024.4.23"
8+
LABEL org.opencontainers.image.revision="2024.4.24"
99
LABEL org.opencontainers.image.vendor="stracquadaniolab"
1010
LABEL org.opencontainers.image.authors="Giovanni Stracquadanio"
1111

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# latex
2-
![](https://img.shields.io/badge/current_version-2024.4.23-blue)
2+
![](https://img.shields.io/badge/current_version-2024.4.24-blue)
33
![](https://github.com/stracquadaniolab/docker-latex/workflows/build/badge.svg)
44

55
## Description

0 commit comments

Comments
 (0)