Skip to content

Commit

Permalink
release 0.20.45.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 15, 2022
1 parent 2e350cb commit e2b2d95
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.45 UNRELEASED
0.20.45 2022-07-15

* Add basic ``dulwich.porcelain.submodule_list`` and ``dulwich.porcelain.submodule_add``
(Jelmer Vernooij)
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, 44)
__version__ = (0, 20, 45)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'For 2.7 support, please install a version prior to 0.20')


dulwich_version_string = '0.20.44'
dulwich_version_string = '0.20.45'


class DulwichDistribution(Distribution):
Expand Down

0 comments on commit e2b2d95

Please sign in to comment.