File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Unreleased
1313
1414- Dropped support for CrateDB < 2.0.0.
1515
16-
1716- BREAKING CHANGE: The driver now verifies SSL certificates when connecting via
1817 HTTP by default. Previously, this setting defaulted to false. This setting
1918 can be changed via the ``verify_ssl_cert`` connection parameter.
Original file line number Diff line number Diff line change 11CrateDB Python Adapter
2- Copyright 2013-2018 Crate.IO GmbH ("Crate")
2+ Copyright 2013-2022 Crate.IO GmbH ("Crate")
33
44
55Licensed to Crate.IO GmbH (referred to in this notice as "Crate") under one or
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ To install, run::
6666
6767To update, run::
6868
69- $ pip install -U crate
69+ $ pip install --upgrade crate
7070
7171
7272Contributing
@@ -86,12 +86,12 @@ Looking for more help?
8686- Check out our `support channels `_
8787
8888.. _contribution docs : CONTRIBUTING.rst
89- .. _Crate.io : http ://crate.io/
89+ .. _Crate.io : https ://crate.io/
9090.. _CrateDB : https://github.com/crate/crate
9191.. _DB API 2.0 : http://www.python.org/dev/peps/pep-0249/
9292.. _developer docs : DEVELOP.rst
9393.. _pip : https://pypi.python.org/pypi/pip
94- .. _SQLAlchemy : http ://www.sqlalchemy.org
95- .. _StackOverflow : https://stackoverflow.com/tags/crate
94+ .. _SQLAlchemy : https ://www.sqlalchemy.org
95+ .. _StackOverflow : https://stackoverflow.com/tags/cratedb
9696.. _support channels : https://crate.io/support/
97- .. _project docs : https://crate.io/docs/reference/ python/
97+ .. _project docs : https://crate.io/docs/python/
You can’t perform that action at this time.
0 commit comments