Changeset 500


Ignore:
Timestamp:
03/05/08 15:05:48 (16 years ago)
Author:
bastiaans
Message:

CHANGELOG:

  • updated

jobmond/jobmond.py,
jobarchived/jobarchived.py,
web/addons/job_monarch/version.php:

  • prepare for 0.3.1
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r498 r500  
    2424
    2525                        SPECIAL THANKS to the University of Houston for sending me a shirt!
     26
     27        jobarchived)
     28                f:      properly catch postgres exception
     29                f:      don't use debug_message while loading config file
    2630
    27310.3:
  • trunk/jobarchived/jobarchived.py

    r486 r500  
    2424import getopt, syslog, ConfigParser, sys
    2525
    26 VERSION='0.3'
     26VERSION='0.3.1'
    2727
    2828def usage( ver ):
  • trunk/jobmond/jobmond.py

    r476 r500  
    2828from xml.sax.handler import feature_namespaces
    2929
    30 VERSION='0.3'
     30VERSION='0.3.1'
    3131
    3232def usage( ver ):
  • trunk/web/addons/job_monarch/version.php

    r474 r500  
    2222 */
    2323
    24 $monarchversion = "0.3";
     24$monarchversion = "0.3.1";
    2525?>
Note: See TracChangeset for help on using the changeset viewer.