Skip to content

Commit 0981fbc

Browse files
committed
Version raise to 1.7.0
* Updates dependencies for docs and demo project
1 parent f9ea89f commit 0981fbc

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

demo/doc-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx==5.1.1
2-
sphinxcontrib-plantuml==0.24
3-
sphinx-needs==1.0.2
1+
sphinx==8.2.3
2+
sphinxcontrib-plantuml==0.31
3+
sphinx-needs==6.2.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
extensions = [
2121
'sphinx_simplepdf',
2222
'sphinxcontrib.plantuml',
23-
'sphinxcontrib.needs',
23+
'sphinx_needs',
2424
'sphinx_copybutton',
2525
]
2626

27-
version = "1.6.0"
27+
version = "1.7.0"
2828

2929
templates_path = ['_templates']
3030
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

docs/doc-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==5.1.1
2-
sphinxcontrib-plantuml==0.24
3-
sphinxcontrib-needs==0.7.8
1+
sphinx==8.2.3
2+
sphinxcontrib-plantuml==0.31
3+
sphinx-needs==6.2.0
44
sphinx-copybutton

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='sphinx-simplepdf',
14-
version='1.6.0',
14+
version='1.7.0',
1515
url='https://sphinx-simplepdf.readthedocs.io',
1616
download_url='https://github.com/useblocks/sphinx-simplepdf',
1717
license='MIT',

0 commit comments

Comments
 (0)