Jelajahi Sumber

prep for 3.0a10

Chris McDonough 14 tahun lalu
induk
melakukan
24ce360f47
3 mengubah file dengan 9 tambahan dan 3 penghapusan
  1. 3 0
      .gitignore
  2. 5 2
      CHANGES.txt
  3. 1 1
      src/supervisor/version.txt

+ 3 - 0
.gitignore

@@ -8,3 +8,6 @@
 .coverage
 build/
 dist/
+.tox/
+nosetests.xml
+src/supervisor/coverage.xml

+ 5 - 2
CHANGES.txt

@@ -1,5 +1,5 @@
-Next release
-------------
+3.0a10 (2011-03-30)
+-------------------
 
 - Fixed the stylesheet of the web interface so the footer line won't overlap
   a long process list.  Thanks to Derek DeVries for the patch.
@@ -29,6 +29,9 @@ Next release
 - Converted ``CHANGES.txt`` and ``README.txt`` into proper ReStructuredText
   and included them in the ``long_description`` in ``setup.py``.
 
+- Added a tox.ini to the package (run via ``tox`` in the package dir).  Tests
+  supervisor on multiple Python versions.
+
 3.0a9 (2010-08-13)
 ------------------
 

+ 1 - 1
src/supervisor/version.txt

@@ -1,2 +1,2 @@
-3.0a9
+3.0a10