Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvklink committed Mar 14, 2024
1 parent 494d545 commit 58c45b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.0.1
current_version = 1.0.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml
RUN apk add --update --no-cache gcc libc-dev libffi-dev openssh

# Install the LSO python package, and additional requirements
RUN pip install orchestrator-lso=="1.0.1"
RUN pip install orchestrator-lso=="1.0.2"
RUN pip install -r requirements.txt

# Install required Ansible Galaxy roles and collections
Expand Down
2 changes: 1 addition & 1 deletion lso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""LSO, an API for remotely running Ansible playbooks."""

__version__ = "1.0.1"
__version__ = "1.0.2"

import logging

Expand Down

0 comments on commit 58c45b3

Please sign in to comment.