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

Commit

Permalink
Update to 0.8.1 for documentation and publication releases
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLendon committed Dec 22, 2021
1 parent a2f6ff0 commit 86be6f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Updates and Changes
### Security
-->

## [0.8.1] - 2021-12-20
### Changed
- Updating documentation to a standard that's good for distribution on
PyPi, Github, and Read The Docs.

## [0.8.0] - 2021-11-01
### Added
- OSS License approval
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "configparserenhanced"
version = "0.8.0"
version = "0.8.1"
license = "LICENSE.md"
readme = "README.md"
keywords = []
Expand Down
3 changes: 0 additions & 3 deletions src/configparserenhanced/ConfigParserEnhanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
:Authors:
- William C. McLendon III <[email protected]>
:Version: 0.8.0
"""
from __future__ import print_function

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.0"
__version__ = "0.8.1"

0 comments on commit 86be6f6

Please sign in to comment.