Skip to content

Commit

Permalink
bump: version 3.13.0a3 → 3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 8, 2024
1 parent 7ac798c commit 1426a2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gpg_sign = true
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version = "3.13.0a3"
version = "3.11.8"
update_changelog_on_bump = true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.11.8 (2024-02-08)

### Feat

- **3.11**: update to 3.11.8 (#48)

## 3.13.0a3 (2024-01-18)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Docker image based on Ubuntu 22.04 (Jammy Jellyfish) with Python 2.7 and Python
## Supported tags

- [`3.12`, `3.12.1`, `latest`] - Comes with Python 3.12.1 and 2.7.18.
- [`3.11`, `3.11.7`] - Comes with Python 3.11.7 and 2.7.18.
- [`3.11`, `3.11.8`] - Comes with Python 3.11.8 and 2.7.18.
- [`3.10`, `3.10.13`] - Comes with Python 3.10.13 and 2.7.18.

### Alpha, Beta and Release Candidates
Expand Down Expand Up @@ -83,7 +83,7 @@ Based on the [Docker "Official Image"] for [`python`] using the following `Docke

<!-- Dockerfiles -->
[`3.12`, `3.12.1`, `latest`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.12/Dockerfile
[`3.11`, `3.11.7`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.11/Dockerfile
[`3.11`, `3.11.8`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.11/Dockerfile
[`3.10`, `3.10.13`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.10/Dockerfile
[`3.13.0a3`]: https://github.com/coatl-dev/docker-six/blob/HEAD/3.13/Dockerfile
<!-- External links -->
Expand Down

0 comments on commit 1426a2e

Please sign in to comment.