Changeset 155

Show
Ignore:
Timestamp:
02/15/09 04:11:14 (3 years ago)
Author:
lgs
Message:

Remove the dev marker (and commit the Changelog because I forgot to do so before creating the branch

Location:
tags/0.4.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • tags/0.4.2/CHANGES.txt

    r128 r155  
    22======= 
    33 
    4 0.4.2dev (unreleased) 
    5 --------------------- 
     40.4.2 (2009-02-15) 
     5------------------ 
     6- Much better documentation (Adam) 
     7- Fixes integer division when computing xscale (Laurent) 
     8- Fix for a broken example (Lorenzo) 
     9- Use labelFontSize when rendering the axis (Adam Przywecki) 
     10- Code cleanups. Now it should pass pyflakes and pep8 in most files (Lorenzo) 
     11- Support for running the test suite with python setup.py test (Lorenzo) 
    612- Support for SVG (and PDF, Postscript, Win32, Quartz) by changing the way 
    713  we compute the surface dimensions (Lorenzo) 
  • tags/0.4.2/pycha/__init__.py

    r140 r155  
    1616# along with PyCha.  If not, see <http://www.gnu.org/licenses/>. 
    1717 
    18 version = "0.4.2dev" 
     18version = "0.4.2"