From 6740704919eeb907be6449eb24e18fe30a692f1b Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Tue, 30 Jul 2024 14:48:56 +0200 Subject: [PATCH] refs #500 bump version --- linux/debian/changelog | 6 ++++++ src/OGAgent.spec | 4 ++++ src/VERSION | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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