Jelmer Vernooij пре 7 година
родитељ
комит
3fb555ba9c
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.17.4	UNRELEASED
+0.18.0	2017-07-31
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ from distutils.core import Distribution
 import os
 import sys
 
-dulwich_version_string = '0.17.4'
+dulwich_version_string = '0.18.0'
 
 include_dirs = []
 # Windows MSVC support