Skip to content

Commit 89f1e4b

Browse files
committed
Update changelog and version
1 parent 7719954 commit 89f1e4b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGES.txt

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
0.1 (2018-01-10)
2-
----------------
1+
0.2.0 (2018-01-19)
2+
------------------
3+
- Add optional 'buffer' property to classes to create more accurate
4+
object-detection or segmentation labels (#10).
5+
- Add --sparse flag to limit the size of labels.npz file (#16).
6+
- Add more globally ignored statements to pylint settings (#24).
7+
- Bug fix: correct a variable name in package.py which prevented
8+
object-detection packaging from running (#19).
9+
10+
11+
0.1.2 (2018-01-11)
12+
------------------
13+
- Bug fix: resolve path issues which prevented it from working outside the
14+
github cloned repository (#2).
15+
16+
17+
0.1.0 (2018-01-10)
18+
------------------
319
- Initial Release

label_maker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library verison"""
2-
__version__ = '0.1.3'
2+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)