Skip to content

Commit

Permalink
Bump version to 3.0.0.dev5
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Mar 4, 2022
1 parent 0d93748 commit fb0ffe0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
Changelog
=========

Version 3.0.0.dev5
------------------

Released on Mar 4, 2022

- Fix and cleaning
- Add oarbench for scheduling evaluation
- Add metasched config to communicate with OAR2
- Add back ported commit from OAR2
- Add poetry packaging
- Add new API version with FastAPI
- Add job_resources_manager_cgroups_nixos
- Add temporal quotas
- Add oarwalltime


Version 3.0.0.dev4
------------------

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.dev4"
__version__ = "3.0.0.dev5"
VERSION = __version__

0 comments on commit fb0ffe0

Please sign in to comment.