Skip to content

Commit 7e734ff

Browse files
committed
version 3.3.1rc0
1 parent 5a86caf commit 7e734ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
Latest
4+
3.3.1
55
-------
66
- WHL: Wheels for Linux are manylinux2014 (pip 19.3+)
77
- BUG: Complete database stub file with query_utm_crs_info() signature (issue #1044)

pyproj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2929
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3030
"""
31-
__version__ = "3.3.1.dev0"
31+
__version__ = "3.3.1rc0"
3232
__all__ = [
3333
"Proj",
3434
"Geod",

0 commit comments

Comments
 (0)