Skip to content

Commit

Permalink
Bump version to 3.0.0.dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Apr 4, 2022
1 parent 12c486b commit e947e19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Changelog
Unreleased
----------

Version 3.0.0.dev6
------------------

- Fix karma_proj_targets needed to be cast as float
- Add each scheduling loop update the message field of jobs to add information about project, number of resources, walltime, karma etc

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.dev5"
__version__ = "3.0.0.dev6"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oar"
version = "3.0.0.dev5"
version = "3.0.0.dev6"
description = "OAR: Versatile Resource and Job Manager"
authors = ["Olivier Richard", "Adrien Faure", "Salem Harrache"]
license = "GPL-2.0-or-later"
Expand Down

0 comments on commit e947e19

Please sign in to comment.