Chris McDonough
2009-10-19 c0114eebf3e58ff1d30b7fd016850b660cf1c75b
Prep for 1.1a7.

1 files deleted
3 files modified
296 ■■■■■ changed files
CHANGES.txt 11 ●●●● patch | view | raw | blame | history
docs/conf.py 4 ●●●● patch | view | raw | blame | history
ez_setup.py 276 ●●●●● patch | view | raw | blame | history
setup.py 5 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.1a7 (2009-10-18)
==================
Features
--------
@@ -47,6 +47,13 @@
  :mod:`repoze.bfg.url.model_url` Generates a URL`` to the "Hooks"
  narrative chapter of the docs.
Internal
--------
- Remove ``ez_setup.py`` and imports of it within ``setup.py``.  In
  the new world, and as per virtualenv setup instructions, people will
  already have either setuptools or distribute.
1.1a6 (2009-10-15)
==================
docs/conf.py
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.1a6'
version = '1.1a7'
# The full version, including alpha/beta/rc tags.
release = '1.1a6'
release = version
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
ez_setup.py
File was deleted
setup.py
@@ -12,13 +12,10 @@
#
##############################################################################
__version__ = '1.1a6'
__version__ = '1.1a7'
import os
import sys
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages