Skip to content

Commit e1943b1

Browse files
committed
Bump version to v1.2.0
1 parent 96dd8a2 commit e1943b1

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
- Ville Weijo (@vweijo)
1212
- Ward Poelmans (@wpoely86)
1313

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

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [Version 1.2.0] - 2018-04-27
6+
57
### Added
68

79
- Green’s function for a spherical nanoparticle with **real** permittivity.
@@ -37,7 +39,7 @@
3739
- The `ENABLE_Fortran_API` configuration option has been renamed
3840
`TEST_Fortran_API`, since it now only triggers compilation of the
3941
`Fortran_host` test case.
40-
- **BREAKING CHANGE** The minimum required version of CMake is now 3.3
42+
- **BREAKING CHANGE** The minimum required version of CMake is now 3.3
4143

4244
### Fixed
4345

@@ -557,7 +559,8 @@
557559

558560
## v1.0.0 - 2014-09-30 [YANKED]
559561

560-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.0-rc1...HEAD
562+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.0...HEAD
563+
[Version 1.2.0]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.0-rc1...v1.2.0
561564
[Version 1.2.0-rc1]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.12...v1.2.0-rc1
562565
[Version 1.1.12]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.11...v1.1.12
563566
[Version 1.1.11]: https://github.com/PCMSolver/pcmsolver/compare/v1.1.10...v1.1.11

doc/programmers/versioning.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ This is the step-by-step guide to releasing a new version of PCMSolver:
7171
This list was obtained 2018-03-02 by running `git shortlog -sn`
7272

7373
#. **CHECK** that the ``.mailmap`` file is up-to-date.
74-
#. **UPDATE** the version number in the citation snippet in ``doc/snippets/citation.bib``.
7574
#. **ACT** to check all the changed files in.
7675
#. **OBSERVE** current versioning state
7776

@@ -257,7 +256,7 @@ This is the step-by-step guide to releasing a new version of PCMSolver:
257256

258257
::
259258

260-
>>> git push origin release/1.2.Z
259+
>>> git push origin release/1.2
261260

262261
>>> git push origin v1.2.0
263262

tools/metadata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '1.2.0-rc1'
2-
__version_long = '1.2.0-rc1+9a8c391'
3-
__version_upcoming_annotated_v_tag = '1.2.0'
4-
__version_most_recent_release = '1.1.12'
1+
__version__ = '1.2.0'
2+
__version_long = '1.2.0+zzzzzzz'
3+
__version_upcoming_annotated_v_tag = '1.3.0'
4+
__version_most_recent_release = '1.2.0'
55

66

77
def version_formatter(dummy):

0 commit comments

Comments
 (0)