Skip to content

Commit b82072b

Browse files
committed
bump version to 0.1.1
1 parent c56d9f1 commit b82072b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
=== (ongoing) ===
22
* implement behavior for .gitignore
33

4+
=== 0.1.1 ===
5+
* fix #129: use ssh user from clone url
6+
* fix #134: pushing on repos requiring authentication was not working
7+
48
=== 0.1.0 ===
59
Initial release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
REQUIREMENTS = [line.strip() for line in open("requirements.txt").readlines()]
55

66
setup(name='gitfs',
7-
version='0.1.0',
7+
version='0.1.1',
88
platforms='any',
99
description='Mount git repositories as local folders.',
1010
author='Presslabs',

0 commit comments

Comments
 (0)