Skip to content

Commit 626eda7

Browse files
committed
Update change log and version, pin down jinj2
1 parent 8c54b69 commit 626eda7

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
1.5.0 (2022-06-29)
412

513
Work on new features for version 1 of this software has ceased. Version 2 is

planet/api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.0'
1+
__version__ = '1.5.1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'pex',
4343
'pytest-cov',
4444
'sphinx',
45+
'jinja2<3.1',
4546
'wheel',
4647
'mock',
4748
'requests-mock',

0 commit comments

Comments
 (0)