Skip to content

Commit

Permalink
Bump version to 3.0.0.dev13
Browse files Browse the repository at this point in the history
  • Loading branch information
bzizou committed Aug 28, 2024
1 parent 1ec6d14 commit bb94a28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down
2 changes: 1 addition & 1 deletion oar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = "3.0.0.dev12"
__version__ = "3.0.0.dev13"
VERSION = __version__
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bb94a28

Please sign in to comment.