Skip to content

Commit 87b5873

Browse files
authoredMar 6, 2024··
fix(release): prove that the release process updates the version (#444)
# change Set the version to the latest actual release candidate done by @alexanderankin. # Context In the first release-please PR #433 , we're not setting the version on the `pyproject.toml`, suspecting that it still works, but want to prove there are no issues with the automation. The easiest proof of this is to set the value in the file to the actual release candidate. `release-please` in the future will be able to do release candidates by running `release-please` from the command line (documentation to be made on this)
1 parent 71cb75b commit 87b5873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testcontainers"
3-
version = "4.0.0" # auto-incremented by release-please
3+
version = "4.0.0rc2" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
authors = ["Sergey Pirogov <automationremarks@gmail.com>"]
66
maintainers = [

0 commit comments

Comments
 (0)
Please sign in to comment.