Skip to content

Commit 78b2501

Browse files
authored
First release candidate (#41)
* First release candidate * Rename version 0.1.0rc0 * Fix spelling of surname
1 parent a9a7439 commit 78b2501

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6-
7-
## [Unreleased]
8-
9-
First release of the Very Accurate Multiresolution Python Routines ([VAMPyR])
10-
package. VAMPyR contains Python bindings to the [MRCPP] library, generated
3+
Very Accurate Multiresolution Python Routines ([VAMPyR]) package.
4+
VAMPyR contains Python bindings to the [MRCPP] library, generated
115
through [pybind11].
126

137
VAMPyR is developed at the [Hylleraas Centre for Quantum Molecular Sciences] at
148
[UiT - The Arctic University of Norway].
159
The project was initiated by Magnar Bjørgve (@bjorgve), with contributions from
16-
Evelin Battistella (@evelinbatt), Stig Rune Jense (@stigrj), and Roberto Di
10+
Evelin Battistella (@evelinbatt), Stig Rune Jensen (@stigrj), and Roberto Di
1711
Remigio (@robertodr)
1812

13+
All notable changes to this project will be documented in this file.
14+
15+
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
16+
17+
## [0.1.0rc0]
18+
19+
First release candidate of VAMPyR.
20+
1921
[Unreleased]: https://github.com/MRChemSoft/vampyr
2022

21-
[0.1.0]: https://github.com/MRChemSoft/vampyr/releases/tag/v0.1.0
23+
[0.1.0rc0]: https://github.com/MRChemSoft/vampyr/releases/tag/v0.1.0rc0
2224

2325
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
2426
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.0rc0

0 commit comments

Comments
 (0)