Changeset 701

Show
Ignore:
Timestamp:
2007-04-22 12:44:03 (2 years ago)
Author:
schwa
Message:
Increased version number.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/PKG-INFO

    r683 r701  
    11Metadata-Version: 1.0 
    22Name: ftputil 
    3 Version: 2.2.1 
     3Version: 2.2.2 
    44Summary: High-level FTP client library (virtual filesystem and more) 
    55Home-page: http://ftputil.sschwarzer.net/ 
     
    77Author-email: sschwarzer@sschwarzer.net 
    88License: Open source (revised BSD license) 
    9 Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2.1.tar.gz?format=raw 
     9Download-URL: http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2.2.tar.gz?format=raw 
    1010Description: ftputil is a high-level FTP client library for the Python programming 
    1111        language. ftputil implements a virtual file system for accessing FTP servers, 
  • trunk/README.release

    r540 r701  
    55- write announcement in announcements.txt 
    66 
    7 - increase version number in `VERSION` (`ftputil_version.py`  
     7- increase version number in `VERSION` (`ftputil_version.py` 
    88  and `ftputil.txt` are handled by the `sed` invocation through 
    99  `make dist`) 
     
    2121- post announcement to ftputil mailing list 
    2222 
    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 
    2624 
  • trunk/VERSION

    r681 r701  
    1 2.2.1 
     12.2.2 
  • trunk/ftputil.txt

    r699 r701  
    22============================================= 
    33 
    4 :Version:   2.2.1 
    5 :Date:      2007-01-26 
     4:Version:   2.2.2 
     5:Date:      2007-04-22 
    66:Summary:   high-level FTP client library for Python 
    77:Keywords:  FTP, ``ftplib`` substitute, virtual filesystem, pure Python 
  • trunk/ftputil_version.py

    r683 r701  
    3535 
    3636# ftputil version number 
    37 __version__ = '2.2.1
     37__version__ = '2.2.2
    3838 
    3939_ftputil_version = __version__