Lines Matching full:version
11 Some minor bookkeeping updates are needed when releasing a new version of the core library.
13 The version number must be updated in
56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno…
58 Make a new PR to update the version number and DOI in `README.rst` and `doc/bib/references.bib`.
73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c…
82 -version = v"0.7.0"
83 +version = v"0.8.0"
91 After the PR is merged into Yggdrasil, the new version of libCEED_jll will automatically be registe…
97 The version number should be incremented, and the dependency on the updated version of `libCEED_jll…
105 -version = "0.1.0"
106 +version = "0.1.1"
123 Once this change is merged into libCEED's `main` branch, the updated package version can be registe…
140 The Python package gets its version from `ceed.pc.template` so there are no file modifications nece…
169 We currently apply the same version number across both of these crates.
170 Version numbers are automatically updated using the following, which creates a new commit with the …