This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-geopandas.
commit ccd98aeba5992e3b18ab8a21bde4aab75107c117 Author: Bas Couwenberg <[email protected]> Date: Sun Jul 31 00:42:12 2016 +0200 Imported Upstream version 0.2.1 --- README.md | 2 +- geopandas/_version.py | 4 ++-- setup.cfg | 4 ++++ setup.py | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1f04fb..5268f82 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ but that may change in the future. Documentation is available at [geopandas.org](http://geopandas.org) (current release) and -[Read the Docs](http://geopandas.readthedocs.io/en/master/) +[Read the Docs](http://geopandas.readthedocs.io/en/latest/) (release and development versions). Install diff --git a/geopandas/_version.py b/geopandas/_version.py index 9b20bc0..a4ef5bb 100644 --- a/geopandas/_version.py +++ b/geopandas/_version.py @@ -23,8 +23,8 @@ def get_keywords(): # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (HEAD -> master, tag: v0.2)" - git_full = "99a0c31270906864d8f86d423aa4a8bde00b1fd5" + git_refnames = " (tag: v0.2.1, 0.2.x)" + git_full = "771f5608000c0707f0ab59ad1f165465ea8b3f44" keywords = {"refnames": git_refnames, "full": git_full} return keywords diff --git a/setup.cfg b/setup.cfg index 96b08c0..4c4c683 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,10 @@ [bdist_wheel] universal = 1 +# See the docstring in versioneer.py for instructions. Note that you must +# re-run 'versioneer.py setup' after changing this section, and commit the +# resulting files. + [versioneer] VCS = git style = pep440 diff --git a/setup.py b/setup.py index 3d2bed0..20b4b83 100644 --- a/setup.py +++ b/setup.py @@ -50,4 +50,5 @@ setup(name='geopandas', packages=['geopandas', 'geopandas.io', 'geopandas.tools', 'geopandas.datasets'], package_data={'geopandas': data_files}, - install_requires=INSTALL_REQUIRES) + install_requires=INSTALL_REQUIRES, + cmdclass=versioneer.get_cmdclass()) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

