Skip to content

Commit 08b187b

Browse files
Merge branch 'develop'
2 parents 41aef63 + 725b22f commit 08b187b

File tree

51 files changed

+393
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+393
-152
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"browser-preview.startUrl": "http://127.0.0.1:8000/",
44
"browser-preview.format": "png",
55
"workbench.preferredDarkColorTheme": "Default Light+",
6-
"workbench.colorTheme": "Default Light+ Experimental",
6+
"workbench.colorTheme": "Solarized Dark",
77
"cSpell.words": [
88
"tilemap",
99
"toolkits"
1010
],
1111
"restructuredtext.confPath": "${workspaceFolder}",
1212
"restructuredtext.linter.run": "onSave",
1313
"restructuredtext.languageServer.disabled": false,
14-
"editor.wordWrap": "wordWrapColumn",
14+
"editor.wordWrap": "bounded",
1515
"esbonio.sphinx.confDir": "${workspaceFolder}",
1616
"restructuredtext.pythonRecommendation.disabled": true
1717
}

CHANGELOG.MD

Lines changed: 9 additions & 0 deletions

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = u'v3.60.3'
59+
version = u'v3.61.0'
6060
# The full version, including alpha/beta/rc tags.
61-
release = u'v3.60.3'
61+
release = u'v3.61.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
39.8 KB
12.7 KB
24.3 KB
14.1 KB
28.2 KB
18.4 KB
11.1 KB

0 commit comments

Comments
 (0)