Skip to content

Commit

Permalink
release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed May 16, 2023
1 parent ce9a4aa commit 78e4f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.md
@@ -1,3 +1,6 @@
# 0.9.1 (2023-05-17)
* add `mtime=0` to `gzip.compress` call for reproducible builds

# 0.9.0 (2022-08-04)
* use gzip to compress pickle artifacts

Expand Down
2 changes: 1 addition & 1 deletion pytest_automock/__init__.py
Expand Up @@ -2,5 +2,5 @@

from .mock import *

__version__ = "0.9.0"
__version__ = "0.9.1"
version = tuple(map(int, __version__.split(".")))

0 comments on commit 78e4f4f

Please sign in to comment.