Skip to content
Snippets Groups Projects
Commit ae8a5f3e authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

New upstream version 3.0.1

parent fe5cb06e
No related branches found
Tags upstream/3.0.1
No related merge requests found
......@@ -96,5 +96,6 @@ jobs:
source activate test
python -m pip install -r requirements-docs.txt
sphinx-build -b html docs/ docs/_build/
sphinx-build -b man docs/ docs/_build/
- uses: codecov/codecov-action@v1
Copyright (c) 2006-2018, Jeffrey Whitaker.
Copyright (c) 2019-2020, Open source contributors.
Copyright (c) 2019-2021, Open source contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
......
......@@ -13,6 +13,7 @@ include pyproj/*.pyi
include test/sample.out
include test/*.py
include test/*/*.py
exclude pyproj/*.c
recursive-include docs *
prune docs/_build
prune pyproj/proj_dir
......@@ -55,7 +55,7 @@ master_doc = "index"
# General information about the project.
project = "pyproj"
copyright = "2006-2018, Jeffrey Whitaker; 2019-2020, Open source contributors"
copyright = "2006-2018, Jeffrey Whitaker; 2019-2021, Open source contributors"
author = "Jeffrey Whitaker"
# The version info for the project you're documenting, acts as replacement
......
......@@ -53,7 +53,8 @@ pyproj PROJ
2.0-2.1 6.0+
2.2-2.3 6.1-7
2.4-2.6 6.2-7
3+ 7.2+
3.0.0 7.2
3.0.1+ 7.2+
============ ============
Setup PROJ
......
......@@ -9,7 +9,7 @@ Requirements: Python 3.6+.
Contact: Jeffrey Whitaker <jeffrey.s.whitaker@noaa.gov>
Copyright (c) 2006-2018, Jeffrey Whitaker.
Copyright (c) 2019-2020, Open source contributors.
Copyright (c) 2019-2021, Open source contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
......@@ -28,7 +28,7 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTIO
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""
__version__ = "3.0.1rc0"
__version__ = "3.0.1"
__all__ = [
"Proj",
"Geod",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment