Skip to content

Commit

Permalink
Update changelog and release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
connelldave committed Feb 18, 2023
1 parent 8212025 commit 1afb945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.2] - 2023-18-2

Adds py.typed file to behave properly for mypy.

## [1.7.1] - 2022-20-12

Replaces 1.7.0 which was yanked from pypi after an accidental Python version bump
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 = "botocove"
version = "1.7.1"
version = "1.7.2"
description = "A decorator to allow running a function against all AWS accounts in an organization"
authors = ["Dave Connell <daveconn41@gmail.com>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 1afb945

Please sign in to comment.