Skip to content

Commit d5d775f

Browse files
robertodrarnfinn
authored andcommitted
Versioning script (#133)
* Start working on saner versioner * New versioning machinery in place * Document versioning machinery
1 parent 7fbe236 commit d5d775f

29 files changed

Lines changed: 786 additions & 167 deletions

.githooks/LICENSE-C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* GNU Lesser General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Lesser General Public License
18-
* along with PCMSolver. If not, see <http://www.gnu.org/licenses/>.
18+
* along with PCMSolver. If not, see <https://www.gnu.org/licenses/>.
1919
*
2020
* For information on the complete list of contributors to the
21-
* PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
21+
* PCMSolver API, see: <https://pcmsolver.readthedocs.io/>
2222
*/
2323

.githooks/LICENSE-C++

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* GNU Lesser General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Lesser General Public License
18-
* along with PCMSolver. If not, see <http://www.gnu.org/licenses/>.
18+
* along with PCMSolver. If not, see <https://www.gnu.org/licenses/>.
1919
*
2020
* For information on the complete list of contributors to the
21-
* PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
21+
* PCMSolver API, see: <https://pcmsolver.readthedocs.io/>
2222
*/
2323

.githooks/LICENSE-Fortran

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
! GNU Lesser General Public License for more details.
1616
!
1717
! You should have received a copy of the GNU Lesser General Public License
18-
! along with PCMSolver. If not, see <http://www.gnu.org/licenses/>.
18+
! along with PCMSolver. If not, see <https://www.gnu.org/licenses/>.
1919
!
2020
! For information on the complete list of contributors to the
21-
! PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
21+
! PCMSolver API, see: <https://pcmsolver.readthedocs.io/>
2222
!
2323

.githooks/LICENSE-Python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# GNU Lesser General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU Lesser General Public License
18-
# along with PCMSolver. If not, see <http://www.gnu.org/licenses/>.
18+
# along with PCMSolver. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
# For information on the complete list of contributors to the
21-
# PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
21+
# PCMSolver API, see: <https://pcmsolver.readthedocs.io/>
2222
#
2323

.githooks/LICENSE-hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# GNU Lesser General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU Lesser General Public License
18-
# along with PCMSolver. If not, see <http://www.gnu.org/licenses/>.
18+
# along with PCMSolver. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
# For information on the complete list of contributors to the
21-
# PCMSolver API, see: <http://pcmsolver.readthedocs.io/>
21+
# PCMSolver API, see: <https://pcmsolver.readthedocs.io/>
2222
#
2323

AUTHORS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Individual Contributors
22

3-
- Roberto Di Remigio
4-
- Luca Frediani
5-
- Monica Bugeanu
6-
- Arnfinn Hykkerud Steindal
7-
- Radovan Bast
8-
- T. Daniel Crawford
3+
- Roberto Di Remigio (@robertodr)
4+
- Luca Frediani (@ilfreddy)
5+
- Monica Bugeanu (@mbugeanu)
6+
- Arnfinn Hykkerud Steindal (@arnfinn)
7+
- Radovan Bast (@bast)
8+
- T. Daniel Crawford (@lothian)
99
- Krzysztof Mozgawa
10-
- Lori A. Burns
11-
- Ville Weijo
12-
- Ward Poelmans
10+
- Lori A. Burns (@loriab)
11+
- Ville Weijo (@vweijo)
12+
- Ward Poelmans (@wpoely86)
1313

1414
This list was obtained 2018-03-02 by running `git shortlog -sn`

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
Messina (J. Chem. Phys. 2002, 117 (24), 11062) and
1010
Delgado _et al._ (J. Chem. Phys. 2013, 139 (2), 024105)
1111

12+
### Changed
13+
14+
- The versioning machinery has been updated. The update was inspired by the
15+
`versioner.py` tool devised by @loriab.
16+
1217
## [Version 1.2.0-rc1] - 2018-03-02
1318

1419
### Added

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ include(autocmake_int64)
3838
include(autocmake_omp)
3939
include(autocmake_safeguards)
4040
include(autocmake_python_interpreter)
41-
include(version)
42-
include(autocmake_git_info)
4341
include(pcmsolver)
4442
include(api)
4543
include(autocmake_boost)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ An API for the Polarizable Continuum Model. Copyright [Roberto Di Remigio](mailt
1414
- [Changelog](CHANGELOG.md)
1515
- [Documentation](http://pcmsolver.readthedocs.io)
1616
- [Build and test history](https://travis-ci.org/PCMSolver/pcmsolver/builds)
17-
- Version 1.2.0-rc1 available
1817
- Licensed under [LGPLv3](LICENSE)
1918
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)
2019

cmake/autocmake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ modules:
3232
- '%(url_root)modules/omp.cmake'
3333
- '%(url_root)modules/safeguards.cmake'
3434
- '%(url_root)modules/python_interpreter.cmake'
35-
- 'custom/version.cmake'
36-
- '%(url_root)modules/git_info/git_info.cmake'
3735
- 'custom/pcmsolver.cmake'
3836
- 'custom/api.cmake'
3937
- boost:

0 commit comments

Comments
 (0)