Skip to content

Commit 31ecba0

Browse files
Bump version: 2025.05.03 → 2025.05.04
1 parent e53ea5e commit 31ecba0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/BitBucket/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example ``bitbucket-pipeline.yml`` is as follows::
1919
services:
2020
- docker
2121
script:
22-
- pipe: docker://seisollc/easy_infra:2025.05.03-terraform
22+
- pipe: docker://seisollc/easy_infra:2025.05.04-terraform
2323

2424
pipelines:
2525
default:
@@ -49,7 +49,7 @@ For example::
4949
services:
5050
- docker
5151
script:
52-
- pipe: docker://seisollc/easy_infra:2025.05.03-terraform
52+
- pipe: docker://seisollc/easy_infra:2025.05.04-terraform
5353
variables:
5454
COMMAND: /bin/bash -c "terraform plan -out=plan.out && terraform apply -auto-approve plan.out"
5555
LEARNING_MODE: true

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author = "Jon Zeolla"
2121

2222
# The full version, including alpha/beta/rc tags
23-
release = "2025.05.03"
23+
release = "2025.05.04"
2424

2525

2626
# -- General configuration ---------------------------------------------------

easy_infra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__maintainer__ = "Seiso"
66
__copyright__ = "(c) 2020-2024 Seiso, LLC"
77
__project_name__ = "easy_infra"
8-
__version__ = "2025.05.03"
8+
__version__ = "2025.05.04"

pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NOTICE: |
55
---
66
name: Easy Infra (terraform)
77
description: A docker container to simplify and secure the use of Infrastructure as Code (IaC)
8-
image: seiso/easy_infra:2025.05.03-terraform
8+
image: seiso/easy_infra:2025.05.04-terraform
99
category: Security
1010
repository: https://github.com/seisollc/easy_infra
1111
maintainer:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2025.05.03
2+
current_version = 2025.05.04
33
parse = (?P<year>2[0-1]\d{2})\.(?P<month>(0\d|1[0-2]))(.(?P<increment>\d{2}))?
44
serialize = {year}.{month}.{increment}
55
commit = True

0 commit comments

Comments
 (0)