Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalHaluza committed Dec 7, 2022
1 parent 41d6bec commit 639af2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## 1.0.4 - 2022-12-07

### Changed

- Use `time.monotonic` from the standard library on python 3.3 or newer and fall
back to `monotonic` module only on older python versions.

## 1.0.3 - 2021-10-07

### Fixed
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.3',
version='1.0.4',
packages=['fastpurge'],
url='https://github.com/release-engineering/python-fastpurge',
license='GNU General Public License',
Expand Down

0 comments on commit 639af2c

Please sign in to comment.