Skip to content

Commit

Permalink
Merge pull request pysal#79 from slumnitz/rel1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
sjsrey committed Jul 13, 2019
2 parents 653db69 + abbd601 commit 11da787
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 248 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changes

# Version 1.1.1 (2019-07-13)

We closed a total of 8 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2019-06-27.

## Issues Closed
- add ipywidgets to requirements_dev.txt (#78)
- add descartes to `requirements.txt` (#77)
- [ENH] read long_description from README.md (#76)
- Rel1.1.0 (#74)

## Pull Requests
- add ipywidgets to requirements_dev.txt (#78)
- add descartes to `requirements.txt` (#77)
- [ENH] read long_description from README.md (#76)
- Rel1.1.0 (#74)

The following individuals contributed to this release:

- Stefanie Lumnitz
- Levi John Wolf


# Version 1.1.0 (2019-06-27)

We closed a total of 54 issues (enhancements and bug fixes) through 21 pull requests, since our last release on 2018-11-13.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _get_requirements_from_files(groups_files):
long_description = f.read()

setup(name='splot', #name of package
version='1.1.0',
version='1.1.1',
description='Visual analytics for spatial analysis with PySAL.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion splot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"
# __version__ has to be defined in the first line


Expand Down

0 comments on commit 11da787

Please sign in to comment.