We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5519b commit 1730be4Copy full SHA for 1730be4
docs/changelog.txt
@@ -2,8 +2,8 @@
2
Changelog
3
#########
4
5
-Development Version 1.7.0 [unreleased]
6
-======================================
+Version 1.7.0
+=============
7
8
* New: `.Cursor.to_dict` method.
9
* Move away from setup.cfg to pyproject.toml, changed source three layout.
docs/conf.py
@@ -23,10 +23,10 @@
23
author = 'Pavel Císař'
24
25
# The short X.Y version
26
-version = '1.6.0'
+version = '1.7.0'
27
28
# The full version, including alpha/beta/rc tags
29
-release = '1.6.0'
+release = '1.7.0'
30
31
32
# -- General configuration ---------------------------------------------------
docs/requirements.txt
@@ -1,3 +1,4 @@
1
sphinx-bootstrap-theme>=0.8.1
sphinx-autodoc-typehints>=1.19.4
+sphinx>=5.3
.
0 commit comments