Skip to content

Commit 53e92a3

Browse files
committed
Bump version 0.4.2.
1 parent 13fb22a commit 53e92a3

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,6 +1,10 @@
11
=== (ongoing) ===
22
* implement behavior for .gitignore
33

4+
=== 0.4.2 ==
5+
* fix pending writers bug #223
6+
* cleanup code and error messages (thanks to @promulo and @ChristianAlexander)
7+
48
=== 0.4.1 ==
59
* add credentials to push and fetch operations #226 (hotfix)
610

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.1"
15+
__version__ = "0.4.2"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)