Skip to content

Commit 848625a

Browse files
committed
fix version
1 parent 46b9131 commit 848625a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.vscode/settings.json
55
.vscode/
66
.idea
7-
venv
7+
venv
8+
.venv

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = 'master'
58+
version = '4.2.5'
5959
# The full version, including alpha/beta/rc tags.
60-
release = 'master'
60+
release = '4.2.5'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)