File tree Expand file tree Collapse file tree 4 files changed +106
-248
lines changed
Expand file tree Collapse file tree 4 files changed +106
-248
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ # Version 1.1.1 (2019-07-13)
4+
5+ We closed a total of 8 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2019-06-27.
6+
7+ ## Issues Closed
8+ - add ipywidgets to requirements_dev.txt (#78 )
9+ - add descartes to ` requirements.txt ` (#77 )
10+ - [ ENH] read long_description from README.md (#76 )
11+ - Rel1.1.0 (#74 )
12+
13+ ## Pull Requests
14+ - add ipywidgets to requirements_dev.txt (#78 )
15+ - add descartes to ` requirements.txt ` (#77 )
16+ - [ ENH] read long_description from README.md (#76 )
17+ - Rel1.1.0 (#74 )
18+
19+ The following individuals contributed to this release:
20+
21+ - Stefanie Lumnitz
22+ - Levi John Wolf
23+
24+
325# Version 1.1.0 (2019-06-27)
426
527We closed a total of 54 issues (enhancements and bug fixes) through 21 pull requests, since our last release on 2018-11-13.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def _get_requirements_from_files(groups_files):
2626 long_description = f .read ()
2727
2828setup (name = 'splot' , #name of package
29- version = '1.1.0 ' ,
29+ version = '1.1.1 ' ,
3030 description = 'Visual analytics for spatial analysis with PySAL.' ,
3131 long_description = long_description ,
3232 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 1- __version__ = "1.1.0 "
1+ __version__ = "1.1.1 "
22# __version__ has to be defined in the first line
33
44
You can’t perform that action at this time.
0 commit comments