Skip to content
Snippets Groups Projects
Commit 9b3c4ccf authored by Millian Poquet's avatar Millian Poquet
Browse files

[misc] bump version 1.3.0

parent b67e6b16
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ Batsched adheres to [Semantic Versioning][semver] and its public API is the foll
[//]: =========================================================================
## [Unreleased]
[//]: =========================================================================
## [1.3.0] - 2019-01-15 - For [Batsim v3.0.0][Batsim v3.0.0]
### Added
- CLI: logging verbosity can now be set with `--verbosity`.
......@@ -82,9 +85,11 @@ Initial release.
[taywee/args]: https://github.com/Taywee/args
[boost::po]: http://www.boost.org/doc/libs/1_66_0/doc/html/program_options.html
[Batsim v2.0.0]: https://github.com/oar-team/batsim/blob/master/doc/changelog.md#200---2018-02-20
[Batsim v2.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v2-0-0
[Batsim v3.0.0]: https://batsim.readthedocs.io/en/latest/changelog.html#v3-0-0
[Unreleased]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.1...master
[Unreleased]: https://gitlab.inria.fr/batsim/batsched/compare/v1.3.0...master
[1.3.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.1...v1.3.0
[1.2.1]: https://gitlab.inria.fr/batsim/batsched/compare/v1.2.0...v1.2.1
[1.2.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.1.0...v1.2.0
[1.1.0]: https://gitlab.inria.fr/batsim/batsched/compare/v1.0.0...v1.1.0
......@@ -122,7 +122,7 @@ endif()
####################
# Batsched version #
####################
set(default_batsched_version "v1.2.1")
set(default_batsched_version "v1.3.0")
include(GetGitRevisionDescription)
git_describe(batsched_version)
message(STATUS "Batsched version from git: ${batsched_version}")
......
{ stdenv, batsched_dev }:
(batsched_dev.override {}).overrideAttrs (attrs: rec {
name = "batsched-1.2.1-nix-ci";
name = "batsched-1.4.0-nix-ci";
src = stdenv.lib.sourceByRegex ../. [
"^src$"
"^src/algo$"
......
......@@ -9,7 +9,7 @@ with kapack;
with pkgs;
(batsched_dev.override {}).overrideAttrs (attrs: rec {
name = "batsched-1.2.1-nix-local";
name = "batsched-1.4.0-nix-local";
src = ../.;
enableParallelBuilding = true;
doCheck = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment