Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 31, 2020
1 parent 6304b06 commit 0710870
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
@@ -1,3 +1,12 @@
.. _release-1.45.1:

1.45.1 - 2020-07-31
-------------------

* Fix flake8 tests when run after calling ``setup.py build`` :bug:`482`
* No longer use mmap when rewriting files. Fixes slow save performance with Windows network shares, ZFS and more :pr:`483` :pr:`484`


.. _release-1.45.0:

1.45.0 - 2020-07-11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -95,7 +95,7 @@ def _check_manifest(self):
assert process.returncode == 0

tracked_files = out.splitlines()
for ignore in [".gitignore", ".codecov.yml", ".github/workflows/docs.yml",
for ignore in [".gitignore", ".codecov.yml",
".github/workflows/test.yml"]:
tracked_files.remove(ignore)

Expand Down

0 comments on commit 0710870

Please sign in to comment.