Skip to content

Commit 63e140a

Browse files
authored
Update docs for v0.3.0b1 (#71)
1 parent c1ed480 commit 63e140a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/release-history.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Release History
33
===============
44

5-
v0.3.0 Beta 1 (Date?)
6-
---------------------
5+
v0.3.0 Beta 1 (2021-03-15)
6+
--------------------------
77

88
:meth:`wayback.WaybackClient.get_memento` now raises :class:`wayback.exceptions.NoMementoError` when the requeted URL has never been archived. It also now raises :class:`wayback.exceptions.MementoPlaybackError` in all other cases where an error was returned by the Wayback Machine (so you should never see a ``requests.exceptions.HTTPError``). However, you may still see other *network-level* errors (e.g. ``ConnectionError``).
99

docs/source/usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ Exception Classes
142142

143143
.. autoclass:: wayback.exceptions.MementoPlaybackError
144144

145+
.. autoclass:: wayback.exceptions.NoMementoError
146+
145147
.. autoclass:: wayback.exceptions.RateLimitError
146148

147149
.. autoclass:: wayback.exceptions.WaybackRetryError

0 commit comments

Comments
 (0)