feat(*): prepare for v2.5.0 test.

This commit is contained in:
TinyO
2019-10-21 16:52:29 +08:00
parent d94f9905e7
commit fea3ac4fa9
4 changed files with 11 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ copyright = '2019, MYNTAI'
author = 'MYNTAI'
# The short X.Y version
version = '2.4.2'
version = '2.5.0'
# The full version, including alpha/beta/rc tags
release = version

View File

@@ -2,6 +2,14 @@
Change Log
==========
2019-10-21(v2.5.0)
-------------------
1. Change project directory structure.
2. Lifting dependency and improving code quality.
3. Aupport xy demo code in sample get_depth_with_region.
4. Fix some bugs.
2019-09-4(v2.4.2)
-------------------