Skip to content

Commit

Permalink
MNT: Prepare for next release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 1, 2024
1 parent 954b53e commit b512d6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Latest
------


3.7.0
------
- WHL: Wheels contain PROJ 9.4.1 (pull #1423)
Expand Down
1 change: 1 addition & 0 deletions docs/past_versions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Documentation Archive
=====================

- `3.7.0 <https://pyproj4.github.io/pyproj/3.7.0/>`_
- `3.6.1 <https://pyproj4.github.io/pyproj/3.6.1/>`_
- `3.5.0 <https://pyproj4.github.io/pyproj/3.5.0/>`_
- `3.4.1 <https://pyproj4.github.io/pyproj/3.4.1/>`_
Expand Down
2 changes: 1 addition & 1 deletion pyproj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
transform,
)

__version__ = "3.7.0"
__version__ = "3.7.1.dev0"
__all__ = [
"Proj",
"Geod",
Expand Down

0 comments on commit b512d6b

Please sign in to comment.