Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 1, 2022
1 parent 8596932 commit fa776c2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
1 change: 0 additions & 1 deletion changelog.d/20221020_181818_sirosen_add_delete_flow.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20221027_192405_sirosen_add_3_11.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20221027_201213_sirosen_support_py311.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20221029_062004_sirosen_add_flow_get.rst

This file was deleted.

13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.14.0:

v3.14.0 (2022-11-01)
--------------------

* Add support for ``FlowsClient.get_flow`` and ``FlowsClient.delete_flow``
(:pr:`631`, :pr:`626`)

* Add a ``close()`` method to ``SQLiteAdapter`` which closes the underlying
connection (:pr:`628`)

* Python 3.11 is now officially supported (:pr:`628`)

.. _changelog-3.13.0:

v3.13.0 (2022-10-13)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.13.0"
__version__ = "3.14.0"

0 comments on commit fa776c2

Please sign in to comment.