Skip to content

Commit

Permalink
preparing 1.0rc1 part II
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Jun 24, 2014
1 parent e2b09f4 commit bbcde8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Nagstamon/Nagstamon/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, **kwds):

# Meta
self.name = "Nagstamon"
self.version = "0.9.12-devel"
self.version = "1.0rc1"
self.website = "https://nagstamon.ifw-dresden.de/"
self.copyright = "©2008-2014 Henri Wahl et al.\n[email protected]"
self.comments = "Nagios status monitor for your desktop"
Expand Down
4 changes: 2 additions & 2 deletions Nagstamon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
]

setup(name = 'nagstamon',
version = '0.9.12-devel',
version = '1.0rc1',
license = 'GNU GPL v2',
description = 'Nagios status monitor for desktop',
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite, Centreon and Thruk servers.',
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5Monitor, Check_MK/Multisite, Centreon and Thruk servers.',
classifiers = CLASSIFIERS,
author = 'Henri Wahl',
author_email = '[email protected]',
Expand Down
8 changes: 4 additions & 4 deletions build/installer/windows/nagstamon.iss
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[Setup]
AppName=Nagstamon
AppVerName=Nagstamon 0.9.12
AppVerName=Nagstamon 1.0 RC1
DefaultDirName={pf}\Nagstamon
DefaultGroupName=Nagstamon
AlwaysUsePersonalGroup=false
ShowLanguageDialog=no
SetupIconFile=..\Nagstamon\Nagstamon\resources\nagstamon.ico
UsePreviousGroup=false
OutputBaseFilename=Nagstamon_0.9.12-devel_setup
OutputBaseFilename=Nagstamon_1.0rc1_setup
UninstallDisplayIcon=
UsePreviousAppDir=false
AppID={{44F7CFFB-4776-4DA4-9930-A07178069517}
UninstallRestartComputer=false
VersionInfoVersion=0.9.12
VersionInfoVersion=1.0
VersionInfoCopyright=Henri Wahl
VersionInfoProductName=Nagstamon
VersionInfoProductVersion=0.9.12
VersionInfoProductVersion=1.0
InternalCompressLevel=max
Compression=lzma
SolidCompression=true
Expand Down

0 comments on commit bbcde8e

Please sign in to comment.