Skip to content

Commit

Permalink
Mark current version as 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Feb 12, 2010
1 parent 6196883 commit 916cf3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,4 +1,4 @@
0.4.2 UNRELEASED
0.5.0 UNRELEASED

BUG FIXES

Expand Down
2 changes: 1 addition & 1 deletion dulwich/__init__.py
Expand Up @@ -27,4 +27,4 @@
import repo
import server

__version__ = (0, 4, 2)
__version__ = (0, 5, 0)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
except ImportError:
from distutils.core import setup, Extension

dulwich_version_string = '0.4.2'
dulwich_version_string = '0.5.0'

include_dirs = []
# Windows MSVC support
Expand Down

0 comments on commit 916cf3d

Please sign in to comment.