2
0
Jelmer Vernooij 10 жил өмнө
parent
commit
985393aa06
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.10.1  UNRELEASED
+0.10.1  2015-03-25
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 10, 0)
+__version__ = (0, 10, 1)

+ 1 - 1
setup.py

@@ -8,7 +8,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.10.0'
+dulwich_version_string = '0.10.1'
 
 include_dirs = []
 # Windows MSVC support