Jelmer Vernooij 11 éve
szülő
commit
1edafd8d39
3 módosított fájl, 5 hozzáadás és 3 törlés
  1. 3 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 3 - 1
NEWS

@@ -1,4 +1,6 @@
-0.9.3   2013-09-27
+0.9.4	UNRELEASED
+
+0.9.3	2013-09-27
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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