Changeset 151 for trunk


Ignore:
Timestamp:
04/17/09 12:00:00 (15 years ago)
Author:
bas
Message:

New version, fixes import error

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changelog

    r146 r151  
     13.0.1:
     2  * Import AdvancedParser instead of sara location.
     3    Author: Maarten van Ingen (SARA)
     4
    153.0.0:
    26 * Added the AdvancedParser module created by Dennis Stam (SARA). This
  • trunk/debian/changelog

    r146 r151  
     1pxeconfig (3.0.1-1) stable; urgency=low
     2
     3  * Import AdvancedParser instead of sara location.
     4    Author: Maarten van Ingen (SARA)
     5
     6 -- Bas van der Vlies <basv@sara.nl>  Fri, 17 Apr 2009 11:54:21 +0200
     7
    18pxeconfig (3.0.0-1) stable; urgency=low
    29
  • trunk/setup.py

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

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