Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 05e13e3

Browse files
committed
Update version for maintainer removal
1 parent a40b79f commit 05e13e3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Updates and Changes
2424
### Security
2525
-->
2626

27+
## [0.8.1.4] - 2023-10-24
28+
### Changed
29+
- Remove maintainer contact info
30+
2731
## [0.8.1.3] - 2023-10-24
2832
### Changed
2933
- Redirect users to `ActiveConfigParser` and its dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "configparserenhanced"
33
description = "A tool that extends configparser to enable enhanced processing of .ini files."
4-
version = "0.8.1.3"
4+
version = "0.8.1.4"
55
license = "LICENSE"
66
readme = "README.md"
77
keywords = [

src/configparserenhanced/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545

4646
# Note, when updating this, the docstring in ConfigParserEnhanced
4747
# and in pyproject.toml should also be updated
48-
__version__ = "0.8.1.3"
48+
__version__ = "0.8.1.4"

0 commit comments

Comments
 (0)