File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11
11
- Ville Weijo (@vweijo )
12
12
- Ward Poelmans (@wpoely86 )
13
13
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 `
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ Version 1.2.0] - 2018-04-27
6
+
5
7
### Added
6
8
7
9
- Green’s function for a spherical nanoparticle with ** real** permittivity.
37
39
- The ` ENABLE_Fortran_API ` configuration option has been renamed
38
40
` TEST_Fortran_API ` , since it now only triggers compilation of the
39
41
` 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
41
43
42
44
### Fixed
43
45
557
559
558
560
## v1.0.0 - 2014-09-30 [ YANKED]
559
561
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
561
564
[ Version 1.2.0-rc1 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.12...v1.2.0-rc1
562
565
[ Version 1.1.12 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.11...v1.1.12
563
566
[ Version 1.1.11 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.10...v1.1.11
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ This is the step-by-step guide to releasing a new version of PCMSolver:
71
71
This list was obtained 2018-03-02 by running `git shortlog -sn`
72
72
73
73
#. **CHECK ** that the ``.mailmap `` file is up-to-date.
74
- #. **UPDATE ** the version number in the citation snippet in ``doc/snippets/citation.bib ``.
75
74
#. **ACT ** to check all the changed files in.
76
75
#. **OBSERVE ** current versioning state
77
76
@@ -257,7 +256,7 @@ This is the step-by-step guide to releasing a new version of PCMSolver:
257
256
258
257
::
259
258
260
- >>> git push origin release/1.2.Z
259
+ >>> git push origin release/1.2
261
260
262
261
>>> git push origin v1.2.0
263
262
Original file line number Diff line number Diff line change 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 '
5
5
6
6
7
7
def version_formatter (dummy ):
You can’t perform that action at this time.
0 commit comments