Changeset 156 for trunk


Ignore:
Timestamp:
04/27/09 12:07:16 (15 years ago)
Author:
bas
Message:

setup.py,
src/pxeconfig.py.in:

  • updated version number
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r151 r156  
    1313
    1414setup ( name = 'pxeconfig',
    15         version = '3.0.1',
     15        version = '3.0.2',
    1616        description = 'SARA pxeconfig utilities',
    1717        author = 'Bas van der Vlies',
  • trunk/src/pxeconfig.py.in

    r155 r156  
    7272START        = 'start'
    7373END          = 'end'
    74 VERSION      = '3.0.1'
     74VERSION      = '3.0.2'
    7575
    7676class PxeConfig(Exception):
Note: See TracChangeset for help on using the changeset viewer.