We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb8d6d commit 9671971Copy full SHA for 9671971
CHANGES.rst
@@ -9,7 +9,7 @@ Changes in 1.3.0 (2025-07-26):
9
Set the environment variable ``DISCID_TESTS_REQUIRE_DISC`` to enable them
10
or run ``make disccheck``.
11
* Fixed :func:`put` to work with first track number greater than 1.
12
- * Add Disc.cddb_query_string property.
+ * Add :attr:`Disc.cddb_query_string` property.
13
14
Changes in 1.2.0 (2019-02-23):
15
------------------------------
doc/api.rst
@@ -37,6 +37,10 @@ Disc object
37
38
.. versionadded:: 1.1
39
40
+ .. autoattribute:: cddb_query_string
41
+
42
+ .. versionadded:: 1.3
43
44
.. autoattribute:: first_track_num
45
.. autoattribute:: last_track_num
46
.. autoattribute:: sectors
0 commit comments