From bb94a283add790098422151f3ce99380f95802cd Mon Sep 17 00:00:00 2001 From: Bruno Bzeznik Date: Wed, 28 Aug 2024 12:37:36 +0200 Subject: [PATCH] Bump version to 3.0.0.dev13 --- CHANGES.rst | 12 ++++++++---- oar/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 04b637c2..5ce62aee 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,10 +8,14 @@ Changelog Version 3.0.0.dev13 ------------------- -Unreleased - -- Fixed default WORKDIR into oarsub (to current directory) - +Released on August 28, 2024 + +- Fixed default WORKDIR into oarsub (to current directory): #42 +- Fixed several scheduling issues: #47 #54 #61 +- Fixed REST API issues: #59 and commits b03df94, b2313f0 +- Fixed oarsub -C : #46 +- Fixed Ernergy Saving: #53 and commits 0988318 +- Fixed submission.py : #51 Version 3.0.0.dev12 ------------------- diff --git a/oar/__init__.py b/oar/__init__.py index 5f887e47..291e8a74 100644 --- a/oar/__init__.py +++ b/oar/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = "3.0.0.dev12" +__version__ = "3.0.0.dev13" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 10468a10..c8dde0fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "oar" -version = "3.0.0.dev12" +version = "3.0.0.dev13" description = "OAR: Versatile Resource and Job Manager" -authors = ["Olivier Richard", "Adrien Faure", "Salem Harrache"] +authors = ["Olivier Richard", "Adrien Faure", "Salem Harrache","Bruno Bzeznik"] license = "GPL-2.0-or-later" classifiers=[ "Development Status :: 5 - Beta",