Skip to content

6.1.0

Compare
Choose a tag to compare
@geo-ghci-int geo-ghci-int released this 25 Oct 10:33
· 41 commits to master since this release
6.1.0
f438097

6.1.0 (2024-10-25)

See announcement.

Migration note

In the production.ini file, in the logging configuration, you should do:

-args = (sys.stdout,)
+kwargs = {'stream': 'ext://sys.stdout'}

New feature

Fixed bugs

Documentation

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates