From: Martin Manns on
Pyspread 0.1.1 released
=======================

I am pleased to announce the new release 0.1.1 of pyspread.


About:
------

Pyspread is a cross-platform Python spreadsheet application.
It is based on and written in the programming language Python.

Instead of spreadsheet formulas, Python expressions are entered into
the spreadsheet cells. Each expression returns a Python object that can
be accessed from other cells. These objects can represent anything
including lists or matrices.

Pyspread runs on Linux and *nix platforms with GTK support as well as
on Windows (XP and Vista tested). On Mac OS X, some icons are too small
but the application basically works.


Homepage
--------

http://pyspread.sourceforge.net


Changes to 0.1
--------------

* Grid is faster.
* Copying only partly filled cells works now.
* Cells that get attributes but no string no longer display None.

Enjoy

Martin