Changeset 701
- Timestamp:
- 2007-04-22 12:44:03 (2 years ago)
- Files:
-
- trunk/PKG-INFO (modified) (2 diffs)
- trunk/README.release (modified) (2 diffs)
- trunk/VERSION (modified) (1 diff)
- trunk/ftputil.txt (modified) (1 diff)
- trunk/ftputil_version.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/PKG-INFO
r683 r701 1 1 Metadata-Version: 1.0 2 2 Name: ftputil 3 Version: 2.2. 13 Version: 2.2.2 4 4 Summary: High-level FTP client library (virtual filesystem and more) 5 5 Home-page: http://ftputil.sschwarzer.net/ … … 7 7 Author-email: sschwarzer@sschwarzer.net 8 8 License: Open source (revised BSD license) 9 Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2. 1.tar.gz?format=raw9 Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2.2.tar.gz?format=raw 10 10 Description: ftputil is a high-level FTP client library for the Python programming 11 11 language. ftputil implements a virtual file system for accessing FTP servers, trunk/README.release
r540 r701 5 5 - write announcement in announcements.txt 6 6 7 - increase version number in `VERSION` (`ftputil_version.py` 7 - increase version number in `VERSION` (`ftputil_version.py` 8 8 and `ftputil.txt` are handled by the `sed` invocation through 9 9 `make dist`) … … 21 21 - post announcement to ftputil mailing list 22 22 23 - for changes in minor version (i. e. not only a bugfix release), 24 send announcement to comp.lang.python; update file `announcements` 25 accordingly 23 - send announcement to comp.lang.python 26 24 trunk/VERSION
r681 r701 1 2.2. 11 2.2.2 trunk/ftputil.txt
r699 r701 2 2 ============================================= 3 3 4 :Version: 2.2. 15 :Date: 2007-0 1-264 :Version: 2.2.2 5 :Date: 2007-04-22 6 6 :Summary: high-level FTP client library for Python 7 7 :Keywords: FTP, ``ftplib`` substitute, virtual filesystem, pure Python trunk/ftputil_version.py
r683 r701 35 35 36 36 # ftputil version number 37 __version__ = '2.2. 1'37 __version__ = '2.2.2' 38 38 39 39 _ftputil_version = __version__
