Skip to content

Commit 144891b

Browse files
committed
chore(ver): bump 2.1.0.dev3-->2.1.0.dev4
1 parent 9ba1649 commit 144891b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: doc/source/changes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Changelog
1515

1616
Get them from ``smmap.managed_mmaps()``.
1717

18+
- FIX ``memoryview`` leak in Windows; now all *gitdb* TCs now pass without explicit release!
19+
1820
- Simplify :class:`SlidingWindowMapBuffer` as create/close context-manager
1921
(no ``begin_access()``, or ``end_access()``).
2022

Diff for: smmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/Byron/smmap"
6-
version_info = (2, 1, 0, 'dev3')
6+
version_info = (2, 1, 0, 'dev4')
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)