Skip to content

Commit 9e5451e

Browse files
committed
Merge branch 'release/0.20.1'
2 parents 94957d3 + e753ec0 commit 9e5451e

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.rtd-require

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docutils<0.18
12
setuptools_scm
23
suds-community
34
PyYAML

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
0.20.1 (2021-11-04)
6+
~~~~~~~~~~~~~~~~~~~
7+
8+
Bug fixes and minor changes
9+
---------------------------
10+
11+
+ `#96`_: Fix failing build of the documentation at Read the Docs.
12+
13+
.. _#96: https://github.com/icatproject/python-icat/pull/96
14+
15+
516
0.20.0 (2021-10-29)
617
~~~~~~~~~~~~~~~~~~~
718

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def run(self):
183183
"Programming Language :: Python :: 3.7",
184184
"Programming Language :: Python :: 3.8",
185185
"Programming Language :: Python :: 3.9",
186+
"Programming Language :: Python :: 3.10",
186187
"Topic :: Software Development :: Libraries :: Python Modules",
187188
],
188189
cmdclass = {

0 commit comments

Comments
 (0)