Skip to content

Commit 9a8c391

Browse files
author
Arnfinn
committed
Bump version to 1.2.0-rc1
1 parent 022f761 commit 9a8c391

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
- Roberto Di Remigio
44
- Luca Frediani
55
- Monica Bugeanu
6+
- Arnfinn Hykkerud Steindal
67
- Radovan Bast
78
- T. Daniel Crawford
8-
- Arnfinn Hykkerud Steindal
99
- Krzysztof Mozgawa
1010
- Lori A. Burns
1111
- Ville Weijo
1212
- Ward Poelmans
1313

14-
This list was obtained 2018-01-20 by running `git shortlog -sn`
14+
This list was obtained 2018-03-02 by running `git shortlog -sn`

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [Version 1.2.0-rc1] - 2018-03-02
44

55
### Added
66

@@ -507,7 +507,8 @@
507507

508508
## v1.0.0 - 2014-09-30 [YANKED]
509509

510-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.12..HEAD
510+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.0-rc1...HEAD
511+
[Version 1.2.0-rc1]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.12...v1.2.0-rc1
511512
[Version 1.1.12]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.11...v1.1.12
512513
[Version 1.1.11]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.10...v1.1.11
513514
[Version 1.1.10]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.9...v1.1.10

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[![DOI](https://zenodo.org/badge/23794148.svg)](https://zenodo.org/badge/latestdoi/23794148)
2-
[![Travis CI build status](https://travis-ci.org/PCMSolver/pcmsolver.svg?branch=release%2F1.Y)](https://travis-ci.org/PCMSolver/pcmsolver)
2+
[![Travis CI build status](https://travis-ci.org/PCMSolver/pcmsolver.svg?branch=release%2F1.2.Z)](https://travis-ci.org/PCMSolver/pcmsolver)
33
[![Documentation Status](https://readthedocs.org/projects/pcmsolver/badge/?version=stable)](http://pcmsolver.readthedocs.org/en/latest/?badge=latest)
4-
[![Coverage Status](https://codecov.io/gh/PCMSolver/pcmsolver/branch/release%2F1.Y/graph/badge.svg)](https://codecov.io/gh/PCMSolver/pcmsolver)
4+
[![Coverage Status](https://codecov.io/gh/PCMSolver/pcmsolver/branch/release%2F1.2.Z/graph/badge.svg)](https://codecov.io/gh/PCMSolver/pcmsolver)
55
[![Coverity Scan Build](https://scan.coverity.com/projects/3046/badge.svg)](https://scan.coverity.com/projects/3046)
66

77
PCMSolver
88
=========
99

1010
An API for the Polarizable Continuum Model. Copyright [Roberto Di Remigio](mailto:[email protected]),
11-
[Luca Frediani](mailto:[email protected]) and [contributors](https://github.com/PCMSolver/pcmsolver/blob/release/1.Y/AUTHORS.md)
11+
[Luca Frediani](mailto:[email protected]) and [contributors](https://github.com/PCMSolver/pcmsolver/blob/release/1.2.Z/AUTHORS.md)
1212

1313
- [Project website](https://github.com/PCMSolver/pcmsolver)
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.1.12 available
17+
- Version 1.2.0-rc1 available
1818
- Licensed under [LGPLv3](LICENSE)
1919
- CMake infrastructure managed *via* [Autocmake](http://autocmake.readthedocs.io/)
2020

doc/snippets/citation.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@misc{PCMSolver,
2-
note = {\texttt{PCMSolver}, v1.1.12 an Application Programming Interface for the
2+
note = {\texttt{PCMSolver}, v1.2.0-rc1 an Application Programming Interface for the
33
Polarizable Continuum Model electrostatic problem, written by R.~Di~Remigio,
44
L.~Frediani and contributors (see http://pcmsolver.readthedocs.io/)"
55
}

0 commit comments

Comments
 (0)