Skip to content

Commit

Permalink
Bump version to 1.0-beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 2, 2014
1 parent 07f91da commit e7d7599
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gns3/dialogs/preferences_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _loadPreferencePages(self):
GeneralPreferencesPage,
ServerPreferencesPage,
PacketCapturePreferencesPage,
CloudPreferencesPage,
#CloudPreferencesPage, #FIXME: for beta release
]

for page in pages:
Expand Down
3 changes: 3 additions & 0 deletions gns3/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def __init__(self, parent=None):
# set the window icon
self.setWindowIcon(QtGui.QIcon(":/images/gns3.ico"))

#FIXME: hide the cloud dock for beta release
self.uiCloudInspectorDockWidget.hide()

# load initial stuff once the event loop isn't busy
QtCore.QTimer.singleShot(0, self.startupLoading)

Expand Down
2 changes: 1 addition & 1 deletion gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
number has been incremented)
"""

__version__ = "1.0beta2.dev2"
__version__ = "1.0beta2"
__version_info__ = (1, 0, 0, -99)

0 comments on commit e7d7599

Please sign in to comment.