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

Commit

Permalink
Update version for maintainer removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Oct 24, 2023
1 parent a40b79f commit 05e13e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Updates and Changes
### Security
-->

## [0.8.1.4] - 2023-10-24
### Changed
- Remove maintainer contact info

## [0.8.1.3] - 2023-10-24
### Changed
- Redirect users to `ActiveConfigParser` and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "configparserenhanced"
description = "A tool that extends configparser to enable enhanced processing of .ini files."
version = "0.8.1.3"
version = "0.8.1.4"
license = "LICENSE"
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/configparserenhanced/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@

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

0 comments on commit 05e13e3

Please sign in to comment.