1.0
------------
First version, a quick-and-dirty solution to the problem

1.1.0
------------
Enhanced, stable version.

* Subcommands prep, post and setup are added
* New experiment definition file format to use in high-throughput
* A new class for image files
* A new class for the session
* Some previously hard-coded values are now read from lima.conf
* Logging of user action is implemented
* Error messages are also logged, they are now more informative
* A setup.py was written so that the script can be installed via pip
* Code was refactored several times to remove unnecessary loops and improve
  readability
* Scripts are prepared for running CellProfiler on the cluster

1.1.1
------------
* Problem with running lima on different architectures over the cluster has been
  solved.

1.2
------------
* Upgraded for installation on the global cluster repo. No further changes
  expected from this point on, except for bug fixes.

1.2.1
------------
* SLURM constraints are removed from shell scripts to fix a bug
