File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11language : python
22
33python :
4- - " 3.6 "
4+ - " 3.7 "
55before_install :
66 - pip install codecov
77 - pip install pytest 'pytest-cov==2.5.0'
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.1] ( https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.1 ) - 2020-02-09
9+
10+ ### Fixed
11+
12+ - [ PR-32] ( https://github.com/matsoftware/swift-code-metrics/pull/32 ) Fix on dependencies version requirements
13+
814## [ 1.5.0] ( https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.0 ) - 2020-10-06
915
1016### Added
Original file line number Diff line number Diff line change 1- matplotlib >= 2
2- adjustText < 1
3- pygraphviz == 1.5
4- pyfunctional == 1.2
5- dataclasses == 0.7.0
1+ .
Original file line number Diff line number Diff line change 55 long_description = fh .read ()
66
77install_requires = [
8- "matplotlib" ,
9- "adjustText" ,
10- "pygraphviz" ,
11- "pyfunctional"
8+ "matplotlib >= 2" ,
9+ "adjustText < 1" ,
10+ "pygraphviz == 1.5" ,
11+ "pyfunctional == 1.2" ,
12+ "dataclasses"
1213]
1314
1415setuptools .setup (
Original file line number Diff line number Diff line change 1- VERSION = "1.5.0 "
1+ VERSION = "1.5.1 "
You can’t perform that action at this time.
0 commit comments