Skip to content

Commit 2e95952

Browse files
committed
Bump version 0.4.5.1
1 parent 4a5af2c commit 2e95952

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
=== 0.4.5.1 ==
2+
* fix typo for max_open_files argument on mount
3+
14
=== 0.4.5 ==
25
* add max_open_files mount option which allow to specify a files open hard and soft limit
36

gitfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.4.5"
15+
__version__ = "0.4.5.1"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)