We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42012ab commit e00a2ecCopy full SHA for e00a2ec
MANIFEST
@@ -9,6 +9,7 @@ bcloud/Config.py
9
bcloud/DownloadPage.py
10
bcloud/Downloader.py
11
bcloud/ErrorMsg.py
12
+bcloud/FileWatcher.py
13
bcloud/FolderBrowserDialog.py
14
bcloud/HomePage.py
15
bcloud/IconWindow.py
@@ -19,6 +20,7 @@ bcloud/PropertiesDialog.py
19
20
bcloud/RenameDialog.py
21
bcloud/RequestCookie.py
22
bcloud/SharePage.py
23
+bcloud/Shutdown.py
24
bcloud/SigninDialog.py
25
bcloud/TrashPage.py
26
bcloud/UploadPage.py
bcloud/__init__.py
@@ -3,4 +3,4 @@
3
# Use of this source code is governed by GPLv3 license that can be found
4
# in http://www.gnu.org/licenses/gpl-3.0.html
5
6
-__version__ = '3.6.1'
+__version__ = '3.7.1'
0 commit comments