Skip to content

Commit 1730be4

Browse files
committed
Update documentation for 1.7.0
1 parent ac5519b commit 1730be4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/changelog.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
#########
44

5-
Development Version 1.7.0 [unreleased]
6-
======================================
5+
Version 1.7.0
6+
=============
77

88
* New: `.Cursor.to_dict` method.
99
* Move away from setup.cfg to pyproject.toml, changed source three layout.

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
author = 'Pavel Císař'
2424

2525
# The short X.Y version
26-
version = '1.6.0'
26+
version = '1.7.0'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '1.6.0'
29+
release = '1.7.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx-bootstrap-theme>=0.8.1
22
sphinx-autodoc-typehints>=1.19.4
3+
sphinx>=5.3
34
.

0 commit comments

Comments
 (0)