Skip to content

Commit

Permalink
Bump to version 1.0-beta3.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 24, 2014
1 parent b25c739 commit fdf7a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: hide for beta3
]

for page in pages:
Expand Down
2 changes: 1 addition & 1 deletion gns3/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(self, parent=None):
self.setWindowIcon(QtGui.QIcon(":/images/gns3.ico"))

#FIXME: hide the cloud dock for beta release
#self.uiCloudInspectorDockWidget.hide()
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.0beta3.dev2"
__version__ = "1.0beta3"
__version_info__ = (1, 0, 0, -99)

0 comments on commit fdf7a97

Please sign in to comment.