Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Oct 7, 2021
1 parent 66be15f commit a5f7140
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- n/a

## 1.0.3 - 2021-10-07

### Fixed

- When constructing a `FastPurgeClient` with an `auth` dict, the given dict is no
longer modified. Previously, dict contents would be modified destructively,
preventing reuse of the object for more than one client.

### Changed

- Executors are now named for improved metrics/debuggability.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name='fastpurge',
version='1.0.2',
version='1.0.3',
packages=['fastpurge'],
url='https://github.com/release-engineering/python-fastpurge',
license='GNU General Public License',
Expand Down

0 comments on commit a5f7140

Please sign in to comment.