Skip to content

Commit e58e8f8

Browse files
author
semantic-release
committed
1.12.1
Automatically generated by python-semantic-release
1 parent 90f7653 commit e58e8f8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v1.12.1 (2024-09-13)
6+
7+
###
8+
9+
* Env Vars: Add Support for `|`-syntax Optional Types (#106) ([`90f7653`](https://github.com/WIPACrepo/wipac-dev-tools/commit/90f7653075d172e0b5dcf72bdeb3fae66bf770e2))
10+
11+
512
## v1.12.0 (2024-08-08)
613

714
### [minor]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
version = "1.12.0"
6+
version = "1.12.1"
77
name = "wipac-dev-tools"
88
description = "Common, basic, and reusable development tools"
99
readme = "README.md"

wipac_dev_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717

1818
# version is a human-readable version number.
19-
__version__ = "1.12.0"
19+
__version__ = "1.12.1"
2020

2121

2222
# version_info is a four-tuple for programmatic comparison. The first

0 commit comments

Comments
 (0)