Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 23, 2014
1 parent c261d22 commit 176bfe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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,
]

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 @@ -138,7 +138,7 @@ def __init__(self, parent=None):
self.setWindowIcon(QtGui.QIcon(":/images/gns3.ico"))

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

# Network Manager (used to check for update)
self._network_manager = QtNetwork.QNetworkAccessManager(self)
Expand Down
4 changes: 2 additions & 2 deletions 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.1.dev1"
__version_info__ = (1, 0, 0, 0)
__version__ = "1.1"
__version_info__ = (1, 1, 0, 0)

0 comments on commit 176bfe8

Please sign in to comment.