File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
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-04-27 by running ` git shortlog -sn `
14
+ This list was obtained 2018-05-01 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.1] - 2018-05-01
6
+
7
+ ### Fixed
8
+
9
+ - Import of local copy of the ` pyparsing ` module in Getkw. Thanks @loriab for
10
+ the fix.
11
+ - The ` conf.py ` documentation build script is restored to normal operation.
12
+
5
13
## [ Version 1.2.0] - 2018-04-27
6
14
7
15
### Added
559
567
560
568
## v1.0.0 - 2014-09-30 [ YANKED]
561
569
562
- [ Unreleased ] : https://github.com/PCMSolver/pcmsolver/compare/v1.2.0...HEAD
570
+ [ Unreleased ] : https://github.com/PCMSolver/pcmsolver/compare/v1.2.1...HEAD
571
+ [ Version 1.2.0 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.2.0...v1.2.1
563
572
[ Version 1.2.0 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.2.0-rc1...v1.2.0
564
573
[ Version 1.2.0-rc1 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.12...v1.2.0-rc1
565
574
[ Version 1.1.12 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.11...v1.1.12
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ 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
+ #. **CHECK ** that the documentation builds locally.
74
75
#. **ACT ** to check all the changed files in.
75
76
#. **OBSERVE ** current versioning state
76
77
You can’t perform that action at this time.
0 commit comments