Changeset 2821


Ignore:
Timestamp:
07/02/13 15:48:48 (11 years ago)
Author:
Malte Marquarding
Message:

version update

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2660 r2821  
    11Changelog
    22=========
     3
     4Release 4.2.0 [2012-07-02]
     5
     6* #291: add set_sourcename
     7* #293: rework history to allow access to large history
     8* #293:method to drop_history
     9* #291: add some more info to freq_align log
     10* #289: added ability to set Tsys, both for scalar and vector values
     11* #288: implemented dropping of xpols as scantable.drop_xpol()
     12* optimisation of  baselining functions for scantable.
    313
    414Release 4.1.0 [2012-10-10]
  • trunk/python/__init__.py

    r2818 r2821  
    5959
    6060__date__ = '$Date$'.split()[1]
    61 __version__  = '4.1.3a'
     61__version__  = '4.2.0a'
    6262__revision__ = get_revision()
    6363
  • trunk/setup.py

    r2818 r2821  
    44
    55setup(name = PKGNAME,
    6       version = '4.1.3a',
     6      version = '4.2.0a',
    77      description = 'ATNF Spectral-line Analysis Package',
    88      author = 'Malte Marquarding',
Note: See TracChangeset for help on using the changeset viewer.