Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemian committed Sep 30, 2016
1 parent 0c22970 commit 1e01345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
=== (ongoing) ===
* implement behavior for .gitignore
=== 0.4.4 ==
* show a helpful message when trying to clone an empty repository #239
* log exception only on failed push #240
* add sentry tags #244
* upgrade pygit2 to 0.24.1

=== 0.4.3 ==
* improve commit message thanks to @tusharmakkar08
Expand Down
2 changes: 1 addition & 1 deletion gitfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.4.3"
__version__ = "0.4.4"


def mount():
Expand Down

0 comments on commit 1e01345

Please sign in to comment.