Commit ac3276f
committed
RC - Release candidate 1.4.0rc1
- moved to semantic versioning, e.g. `major`.`minor`.`patch`;
- added `rc1` suffix for release candidate;
- added `extras_require` entry to `setup.py`; and
- deleted redundant `sonar-project.properties`.
The `extras_require` entry allows `testing` and `setup` packges to be
installed, for example `pip install -e .[testing]` will install fido with
its `tests_require` packages also. `pip install -e .[setup]` installs the
`setup_requires` packages. `pip install -e .[testing,setup]` works as you'd
hope :).1 parent 208a928 commit ac3276f
3 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
This file was deleted.
0 commit comments