Skip to content

Commit

Permalink
This is 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Feb 13, 2023
1 parent 6fd660c commit 4c01600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

1.3.6 (TBD)
-----------
1.3.6 (2014-02-13)
------------------

- Tests that use matplotlib have been cleaned up and the one in test_warp.py
which uses our vendored rangehttpserver has been marked as needing a network
Expand Down
2 changes: 1 addition & 1 deletion rasterio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class FilePath:
have_vsi_plugin = False

__all__ = ['band', 'open', 'pad', 'Env', 'CRS']
__version__ = "1.3.6dev"
__version__ = "1.3.6"
__gdal_version__ = gdal_version()
__proj_version__ = ".".join([str(version) for version in get_proj_version()])
__geos_version__ = ".".join([str(version) for version in get_geos_version()])
Expand Down

0 comments on commit 4c01600

Please sign in to comment.