Skip to content

Commit

Permalink
Start on 0.18.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Aug 1, 2017
1 parent 8576462 commit 1734a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.18.3 UNRELEASED

0.18.2 2017-08-01

TEST FIXES
Expand Down
2 changes: 1 addition & 1 deletion dulwich/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

"""Python implementation of the Git file formats and protocols."""

__version__ = (0, 18, 2)
__version__ = (0, 18, 3)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os
import sys

dulwich_version_string = '0.18.2'
dulwich_version_string = '0.18.3'

include_dirs = []
# Windows MSVC support
Expand Down

0 comments on commit 1734a9f

Please sign in to comment.