Skip to content

Commit 0547352

Browse files
committed
Bump version to 1.1.0
1 parent 312ca43 commit 0547352

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/source/index.rst

+16
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,22 @@ Change history
122122

123123
.. towncrier release notes start
124124
125+
Trustme 1.1.0 (2023-07-10)
126+
--------------------------
127+
128+
Features
129+
~~~~~~~~
130+
131+
- Allow `os.PathLike` in typing of `Blob.write_to_path`. (`#606 <https://github.com/python-trio/trustme/issues/606>`__)
132+
- Add support for PyPy 3.10 and Python 3.12. (`#609 <https://github.com/python-trio/trustme/issues/609>`__)
133+
134+
135+
Deprecations and Removals
136+
~~~~~~~~~~~~~~~~~~~~~~~~~
137+
138+
- Remove support for Python 3.7. (`#609 <https://github.com/python-trio/trustme/issues/609>`__)
139+
140+
125141
Trustme 1.0.0 (2023-04-24)
126142
------------------------------
127143

src/trustme/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)