diff --git a/.all-contributorsrc b/.all-contributorsrc index 1d5b841..fedd50f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "pyproj", - "projectOwner": "snowman2", + "projectOwner": "pyproj4", "repoType": "github", "repoHost": "https://github.com", "files": [ @@ -308,6 +308,15 @@ "contributions": [ "doc" ] + }, + { + "login": "edpop", + "name": "Eduard Popov", + "avatar_url": "https://avatars3.githubusercontent.com/u/13479292?v=4", + "profile": "https://github.com/edpop", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7 diff --git a/README.md b/README.md index 4f2af75..44e3e0e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Guillaume Lostis
Guillaume Lostis

📖 + Eduard Popov
Eduard Popov

📖 diff --git a/pyproj/__init__.py b/pyproj/__init__.py index 8f9949d..c95f607 100644 --- a/pyproj/__init__.py +++ b/pyproj/__init__.py @@ -47,7 +47,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ -__version__ = "2.5.rc0" +__version__ = "2.5.0" __all__ = [ "Proj", "Geod",