Skip to content

Commit

Permalink
Release 0.20.46.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 6, 2022
1 parent 4c064a8 commit b66c25e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.20.46 UNRELEASED
0.20.46 2022-09-06

* Apply insteadOf to rsync-style location strings
(previously it was just applied to URLs).
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, 20, 45)
__version__ = (0, 20, 46)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'For 2.7 support, please install a version prior to 0.20')


dulwich_version_string = '0.20.45'
dulwich_version_string = '0.20.46'


class DulwichDistribution(Distribution):
Expand Down

0 comments on commit b66c25e

Please sign in to comment.