Skip to content

Commit

Permalink
Bump version to 3.0.0.dev4
Browse files Browse the repository at this point in the history
  • Loading branch information
augu5te committed Mar 9, 2020
1 parent dbd2a33 commit 114d54d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,46 @@
Oar Next Generation changelog
==================================================

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

Released on Mar 9, 2020

- Add oarqueue, oarnotify, oarconnect and oarprint CLIs
- Modify and clean installtion process (setup.py and Makefiles)
- Use docker to test on travis-ci
- Add script helper to generate debian package
- Add job resource cgroup manager for NixOS
- Add NIX package to nur-kapack project
- Fix oar2trace
- Complete and fix array job
- Add factor script and Rest API entry


Version 3.0.0.dev3
------------------

Released on Nov 12, 2018

- Add admission rules
- Bataar (Batsim's adaptor)
- Various bug fixes
- Add many unitary tests
- Add accounting
- Rest API (incomplete version)
- Makefiles
- Installation without need of OAR2 installation
- Manpages (from OAR2)
- Remove use of judas_notify_user.pl
- Add pingchecker
- Remove ruby version of DrawGantt

Version 3.0.0.dev2
------------------

Released on Apr 2, 2018

- Minor progresses of previous dev version

Version 3.0.0.dev1
------------------
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.dev3'
__version__ = '3.0.0.dev4'
VERSION = __version__

0 comments on commit 114d54d

Please sign in to comment.