Codebase list python-pyproj / 17d7b3e
New upstream version 2.5.0+ds Bas Couwenberg 4 years ago
3 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 {
11 "projectName": "pyproj",
2 "projectOwner": "snowman2",
2 "projectOwner": "pyproj4",
33 "repoType": "github",
44 "repoHost": "https://github.com",
55 "files": [
307307 "contributions": [
308308 "doc"
309309 ]
310 },
311 {
312 "login": "edpop",
313 "name": "Eduard Popov",
314 "avatar_url": "https://avatars3.githubusercontent.com/u/13479292?v=4",
315 "profile": "https://github.com/edpop",
316 "contributions": [
317 "doc"
318 ]
310319 }
311320 ],
312321 "contributorsPerLine": 7
7272 </tr>
7373 <tr>
7474 <td align="center"><a href="https://github.com/glostis"><img src="https://avatars0.githubusercontent.com/u/25295717?v=4" width="100px;" alt="Guillaume Lostis"/><br /><sub><b>Guillaume Lostis</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=glostis" title="Documentation">📖</a></td>
75 <td align="center"><a href="https://github.com/edpop"><img src="https://avatars3.githubusercontent.com/u/13479292?v=4" width="100px;" alt="Eduard Popov"/><br /><sub><b>Eduard Popov</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=edpop" title="Documentation">📖</a></td>
7576 </tr>
7677 </table>
7778
4646 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
4747 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
4848 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """
49 __version__ = "2.5.rc0"
49 __version__ = "2.5.0"
5050 __all__ = [
5151 "Proj",
5252 "Geod",