File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changes.txt
22
3+ 1.5.1 (2022-07-28)
4+
5+ - Fix: execution of the v1 CLI now prints a more clear, yellow colored warning
6+ message aimed at CLI users. A more detailed version of the same warning is
7+ also printed in the planet commands usage message (#652).
8+ - Fix: the deprecation warning emitted on import of planet.api now uses
9+ stacklevel=2 and thus points at the module which imports planet.api (#652).
10+
3111.5.0 (2022-06-29)
412
513Work on new features for version 1 of this software has ceased. Version 2 is
Original file line number Diff line number Diff line change 1- __version__ = '1.5.0 '
1+ __version__ = '1.5.1 '
Original file line number Diff line number Diff line change 4242 'pex' ,
4343 'pytest-cov' ,
4444 'sphinx' ,
45+ 'jinja2<3.1' ,
4546 'wheel' ,
4647 'mock' ,
4748 'requests-mock' ,
You can’t perform that action at this time.
0 commit comments