← Back to team overview

fenics team mailing list archive

__version__ in FEniCS python modules

 

Can we agree on a convention for the __version__ attribute of FEniCS
python modules to distinguish releases from development versions?

I see dolfin has a +:
In [8]: dolfin.__version__
Out[8]: '0.9.11+'

that's fine by me, just want something to make it visible.

Martin


Follow ups