refs #500 bump version
parent
da7dd418c0
commit
6740704919
|
@ -1,3 +1,9 @@
|
||||||
|
ogagent (1.3.4-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* Implement JobMgr
|
||||||
|
|
||||||
|
-- OpenGnsys developers <info@opengnsys.es> Tue, 30 Jul 2024 13:39:55 +0200
|
||||||
|
|
||||||
ogagent (1.3.1-1) stable; urgency=medium
|
ogagent (1.3.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* Migrate the update script from shell to python
|
* Migrate the update script from shell to python
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# -*- mode: python ; coding: utf-8 -*-
|
# -*- 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(
|
ogausr_a = Analysis(
|
||||||
['OGAgentUser.py'],
|
['OGAgentUser.py'],
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.3.3
|
1.3.4
|
||||||
|
|
Loading…
Reference in New Issue