Changeset 829
- Timestamp:
- 03/10/07 00:25:33 (2 years ago)
- Files:
-
- pg8000/trunk/CHANGELOG (modified) (2 diffs)
- pg8000/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pg8000/trunk/CHANGELOG
r828 r829 1 Version 1.01, 2007-03- ..1 Version 1.01, 2007-03-09 2 2 ------------------------ 3 3 … … 21 21 22 22 Version 1.00, 2007-03-08 23 ----------------------- 23 ------------------------ 24 24 25 25 - First public release. Although fully functional, this release is mostly pg8000/trunk/setup.py
r820 r829 16 16 setup( 17 17 name="pg8000", 18 version="1.0 0",18 version="1.01", 19 19 description="PostgreSQL interface library", 20 20 long_description=long_description, … … 22 22 author_email="biziqe@mathieu.fenniak.net", 23 23 url="http://pybrary.net/pg8000/", 24 download_url="http://pybrary.net/pg8000/pg8000-1.0 0.tar.gz",24 download_url="http://pybrary.net/pg8000/pg8000-1.01.tar.gz", 25 25 classifiers = [ 26 26 "Development Status :: 3 - Alpha",
