~ubuntu-branches/ubuntu/precise/pyacidobasic/precise

« back to all changes in this revision

Viewing changes to build/lib.linux-x86_64-2.6/pyacidobasic/version.py

  • Committer: Package Import Robot
  • Author(s): Georges Khaznadar
  • Date: 2011-11-20 18:57:59 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111120185759-9god3dnhzweho4vu
Tags: 2.0-1
* fixed a bug with the file name: the suffix .acb is no more added
  in every case
* added a dependency on gnome-icon-theme
* added a filter feature to choose reactants
* added a feature to display quantities (mol)
* added a dependency on dozzaqueux-data to get conductivity data

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
version='0.2'
2
 
 
3
 
versionString="Pymecavideo version %s" %version
4