Skip to content

Commit 1edd70d

Browse files
committed
Bump versin 0.4.3
1 parent db2dab1 commit 1edd70d

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

4+
=== 0.4.3 ==
5+
* improve commit message thanks to @tusharmakkar08
6+
47
=== 0.4.2 ==
58
* fix pending writers bug #223
69
* cleanup code and error messages (thanks to @promulo and @ChristianAlexander)

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.2"
15+
__version__ = "0.4.3"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)