Ver código fonte

Start on 0.19.9.

Jelmer Vernooij 6 anos atrás
pai
commit
73f2f9dcdd
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -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)

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 19, 8)
+__version__ = (0, 19, 9)