Skip to content

Commit

Permalink
Start on 0.19.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 7, 2018
1 parent b266a27 commit 73f2f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.19.8 2018-11-06
0.19.9 2018-11-06

* Fix encoding when reading README file in setup.py.
(egor <egor@sourced.tech>, #668)
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, 19, 8)
__version__ = (0, 19, 9)

0 comments on commit 73f2f9d

Please sign in to comment.