Skip to content

Commit

Permalink
Start on 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Dec 18, 2011
1 parent 7ffd253 commit b2fa0d9
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.8.3 UNRELEASED

0.8.2 2011-12-18

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

from dulwich import (client, protocol, repo, server)

__version__ = (0, 8, 2)
__version__ = (0, 8, 3)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
has_setuptools = False
from distutils.core import Distribution

dulwich_version_string = '0.8.2'
dulwich_version_string = '0.8.3'

include_dirs = []
# Windows MSVC support
Expand Down

0 comments on commit b2fa0d9

Please sign in to comment.