Skip to content

Commit 0710870

Browse files
committed
release
1 parent 6304b06 commit 0710870

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
.. _release-1.45.1:
2+
3+
1.45.1 - 2020-07-31
4+
-------------------
5+
6+
* Fix flake8 tests when run after calling ``setup.py build`` :bug:`482`
7+
* No longer use mmap when rewriting files. Fixes slow save performance with Windows network shares, ZFS and more :pr:`483` :pr:`484`
8+
9+
110
.. _release-1.45.0:
211

312
1.45.0 - 2020-07-11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _check_manifest(self):
9595
assert process.returncode == 0
9696

9797
tracked_files = out.splitlines()
98-
for ignore in [".gitignore", ".codecov.yml", ".github/workflows/docs.yml",
98+
for ignore in [".gitignore", ".codecov.yml",
9999
".github/workflows/test.yml"]:
100100
tracked_files.remove(ignore)
101101

0 commit comments

Comments
 (0)