Skip to content

Commit

Permalink
Prepare version 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblefunnel committed Feb 21, 2019
1 parent d913619 commit ad96f23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

1.1.0 (2019-02-21)
------------------

* Add ``partridge.load_geo_feed`` for reading stops and shapes into GeoPandas GeoDataFrames.


1.0.0 (2018-12-18)
------------------

Expand Down
2 changes: 1 addition & 1 deletion partridge/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
python_requires="!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
python_requires=">=3.6, <4",
test_suite="tests",
tests_require=test_requirements,
setup_requires=setup_requirements,
Expand Down

0 comments on commit ad96f23

Please sign in to comment.