Commit ede8aec6 authored by Kai Chen's avatar Kai Chen
Browse files

update version to 0.5.4

parent 44524e70
...@@ -36,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE). ...@@ -36,6 +36,9 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates ## Updates
v0.5.4 (27/11/2018)
- Add SingleStageDetector and RetinaNet.
v0.5.3 (26/11/2018) v0.5.3 (26/11/2018)
- Add Cascade R-CNN and Cascade Mask R-CNN. - Add Cascade R-CNN and Cascade Mask R-CNN.
......
...@@ -12,7 +12,7 @@ def readme(): ...@@ -12,7 +12,7 @@ def readme():
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 5
PATCH = 3 PATCH = 4
SUFFIX = '' SUFFIX = ''
SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX) SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment