Skip to content

Commit

Permalink
Merge branch 'release/0.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Nov 4, 2021
2 parents 94957d3 + e753ec0 commit 9e5451e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rtd-require
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docutils<0.18
setuptools_scm
suds-community
PyYAML
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
=========


0.20.1 (2021-11-04)
~~~~~~~~~~~~~~~~~~~

Bug fixes and minor changes
---------------------------

+ `#96`_: Fix failing build of the documentation at Read the Docs.

.. _#96: https://github.com/icatproject/python-icat/pull/96


0.20.0 (2021-10-29)
~~~~~~~~~~~~~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def run(self):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
],
cmdclass = {
Expand Down

0 comments on commit 9e5451e

Please sign in to comment.