Skip to content

Commit

Permalink
Start working on 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 21, 2011
1 parent b1c2c2b commit 186d45d
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.7.1 UNRELEASED

0.7.0 2011-01-21

FEATURES
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, 7, 0)
__version__ = (0, 7, 1)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup, Extension
from distutils.core import Distribution

dulwich_version_string = '0.7.0'
dulwich_version_string = '0.7.1'

include_dirs = []
# Windows MSVC support
Expand Down

0 comments on commit 186d45d

Please sign in to comment.