We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5af2c commit 2e95952Copy full SHA for 2e95952
CHANGELOG.txt
@@ -1,3 +1,6 @@
1
+=== 0.4.5.1 ==
2
+* fix typo for max_open_files argument on mount
3
+
4
=== 0.4.5 ==
5
* add max_open_files mount option which allow to specify a files open hard and soft limit
6
gitfs/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.4.5"
+__version__ = "0.4.5.1"
16
17
18
def mount():
0 commit comments