Skip to content

Commit

Permalink
Bump version: 5.1.2 → 6.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed May 15, 2023
1 parent 1c9f103 commit e36e699
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.2
current_version = 6.0.0-alpha
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion clipping/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Geometries clipping."""

__version__ = '5.1.2'
__version__ = '6.0.0-alpha'
2 changes: 1 addition & 1 deletion docker-compose.cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${CPYTHON_IMAGE_NAME}
- IMAGE_VERSION=${CPYTHON_IMAGE_VERSION}
image: lycantropos/clipping-cpython:5.1.2
image: lycantropos/clipping-cpython:6.0.0-alpha
volumes:
- ./clipping:/opt/clipping/clipping
- ./pyproject.toml:/opt/clipping/pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
- IMAGE_NAME=${PYPY_IMAGE_NAME}
- IMAGE_VERSION=${PYPY_IMAGE_VERSION}
image: lycantropos/clipping-pypy:5.1.2
image: lycantropos/clipping-pypy:6.0.0-alpha
volumes:
- ./clipping:/opt/clipping/clipping
- ./pyproject.toml:/opt/clipping/pyproject.toml
Expand Down

0 comments on commit e36e699

Please sign in to comment.