ChangeLog for sasver
====================

Version 0.5.1 - 2024-10-18 (AI)
-----------
    + version.py sync (SOC-SPR-)

Version 0.5 - 2021-02-28 (EO)
-----------
    + DEPEND: Required pysas 1.0.

Version 0.4 - 2020-07-17 (EO)
-----------
	+ Makefile: Removed $(PYTHONLIBDIR)/dists from CLOBBERDIRS.

Version 0.3 - 2020-07-02 (EO)
-----------
	+ src/sasver: Operation can not rely on the existence of SasVersion.h 
	in $SAS_DIR because this file is only present in builds, not in SAS 
	installations. Then, Information of SAS Release is produced by a 
	Python script named write_version.py, which reads SasVersion.h and 
	writes a new python file name version.py, filled with SAS release 
	information in the form of constants, SAS_RELEASE, SAS_AKA, etc. 
	version.py is produced by means of 'make data'.

Version 0.2 - 2020-06-12 (EO)
-----------
	+ This is the Python version of the old tool 'sasversion'.

Version 0.1 - 2020-06-12
------------------------
	+ Directory structure created by pkgmaker.