Skip to content

Commit

Permalink
Release 0.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 13, 2015
1 parent cb432a2 commit b732930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.11.0 2015-09-13
0.11.1 2015-09-13

Fix-up release to exclude broken blame.py file.

0.11.0 2015-09-13

IMPROVEMENTS

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

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

__version__ = (0, 11, 0)
__version__ = (0, 11, 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.11.0'
dulwich_version_string = '0.11.1'

include_dirs = []
# Windows MSVC support
Expand Down

0 comments on commit b732930

Please sign in to comment.