diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-20 19:59:22 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-20 19:59:22 +0100 |
| commit | 6194bcdf380d8bd91a9965f8801e63813cc84954 (patch) | |
| tree | 9488c0708dc08db0bb848278164a3fa80233343b | |
| parent | fd55432c10618cdd13d792dc116c704c9a3844e2 (diff) | |
| download | Ishtar-6194bcdf380d8bd91a9965f8801e63813cc84954.tar.bz2 Ishtar-6194bcdf380d8bd91a9965f8801e63813cc84954.zip | |
v0.99.3
| -rw-r--r-- | CHANGES.md | 20 | ||||
| -rw-r--r-- | version.py | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 0c8e2e167..d41f7aa44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,26 @@ Ishtar changelog ================ +0.99.3 (2017-01-20) +------------------- + +### Features ### + +- Add a status page +- Disable cache generation when loading from fixture +- Putting color for modules +- Sheet find: limit to 15 related finds in treatment tables +- Container: volume integer -> float +- More tests... + +### Bug fixes ### + +- Fix treatments views +- Fix container creation +- Find form: fix period saving +- Tables: many fix on column content + + 0.99.2 (2017-01-12) ------------------- diff --git a/version.py b/version.py index 0d66dac5d..128b5c14a 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 2) +VERSION = (0, 99, 3) def get_version(): |
