Selaa lähdekoodia

Release 0.8.7.

Jelmer Vernooij 12 vuotta sitten
vanhempi
commit
804b764cad
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.9.0	UNRELEASED
+0.8.7	2012-11-27
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -10,7 +10,7 @@ except ImportError:
     has_setuptools = False
 from distutils.core import Distribution
 
-dulwich_version_string = '0.9.0'
+dulwich_version_string = '0.8.7'
 
 include_dirs = []
 # Windows MSVC support