Bump version to 0.0.2

This commit is contained in:
Ben Firshman 2014-01-02 21:30:28 +00:00
parent 45b7bd4361
commit e0a21e3df4
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
Change log Change log
========== ==========
0.0.2 (2014-01-02)
------------------
- Improve documentation
- Try to connect to Docker on `tcp://localdocker:4243` and a UNIX socket in addition to `localhost`.
- Improve `fig up` behaviour
- Add confirmation prompt to `fig rm`
- Add `fig build` command
0.0.1 (2013-12-20) 0.0.1 (2013-12-20)
------------------ ------------------

View File

@ -1,3 +1,3 @@
from .service import Service from .service import Service
__version__ = '0.0.1' __version__ = '0.0.2'