Codebase list python-pyproj / upstream/2.4.2+ds
New upstream version 2.4.2+ds Bas Couwenberg 4 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
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.4.2.rc0"
49 __version__ = "2.4.2"
5050 __all__ = [
5151 "Proj",
5252 "Geod",
119119 "'+init=<authority>:<code>' syntax is deprecated."
120120 " '<authority>:<code>' is the preferred initialization method.",
121121 FutureWarning,
122 stacklevel=2,
122123 )
123124 return in_crs_string
124125