Skip to content

Commit

Permalink
Add #35 to doc/whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 29, 2024
1 parent e16fd1b commit f18ef26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
What's new
**********

.. Next release
.. ============
Next release
============

- Add :mod:`.util.ckan`, including a :class:`~.ckan.Client` for access to CKAN instances (including the TDC instances); proxy classes for CKAN objects including :class:`~.ckan.Package`, :class:`~.ckan.Resource`, and mode (:pull:`35`).
- Add :data:`.org.ckan.PROD` and :data:`.org.ckan.DEV` instances of :class:`.ckan.Client` (:pull:`35`).

v24.11.25
=========
Expand Down
2 changes: 2 additions & 0 deletions transport_data/org/ckan.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
""":class:`.ckan.Client` objects to access TDC instances."""

from transport_data.util.ckan import Client

#: Development instance of TDC CKAN. Accessible as of 2024-11-27.
Expand Down

0 comments on commit f18ef26

Please sign in to comment.