Skip to content

Commit 578d939

Browse files
committed
Bump version to 0.4.5
1 parent 44da93a commit 578d939

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 ==
2+
* add max_open_files mount option which allow to specify a files open hard and soft limit
3+
14
=== 0.4.4 ==
25
* show a helpful message when trying to clone an empty repository #239
36
* log exception only on failed push #240

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.4"
15+
__version__ = "0.4.5"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)