diff --git a/linux/debian/changelog b/linux/debian/changelog index dc28771..a6cf0a0 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,9 @@ +ogagent (1.3.4-1) stable; urgency=medium + + * Implement JobMgr + + -- OpenGnsys developers Tue, 30 Jul 2024 13:39:55 +0200 + ogagent (1.3.1-1) stable; urgency=medium * Migrate the update script from shell to python diff --git a/src/OGAgent.spec b/src/OGAgent.spec index 36eebcd..2dbcdc6 100755 --- a/src/OGAgent.spec +++ b/src/OGAgent.spec @@ -1,5 +1,9 @@ # -*- mode: python ; coding: utf-8 -*- +## generated on windows using: +## pyi-makespec.exe --windowed --icon img\oga.ico --manifest OGAgent.manifest OGAgentUser.py opengnsys\windows\OGAgentService.py +## move OGAgentUser.spec OGAgent.spec + ogausr_a = Analysis( ['OGAgentUser.py'], diff --git a/src/VERSION b/src/VERSION index 31e5c84..d0149fe 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.3.3 +1.3.4