You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,20 @@ the `paver upgrade` command. Also password recovery was changed: a user can crea
136
136
a unique, personal URL that GHC sends by email. This requires a working email configuration and a reachable
137
137
`SITE_URL` config value. See :ref:`admin_user_mgt` for solving password problems.
138
138
139
+
See [closed issues for related Milestone 0.6.0](https://github.com/geopython/GeoHealthCheck/milestone/6?closed=1)
140
+
141
+
Upgrade notes v0.7.0
142
+
....................
143
+
144
+
No database changes. Many fixes and enhancements, see [closed issues for related Milestone 0.7.0](https://github.com/geopython/GeoHealthCheck/milestone/7?closed=1).
145
+
146
+
Upgrade notes v0.8.0
147
+
....................
148
+
149
+
Main change: migrated from Python 2 to Python 3. No DB upgrades required.
150
+
One major improvement was more robust (HTTP) retries using the `requests` `Session` object.
151
+
152
+
See [closed issues for related Milestone 0.8.0](https://github.com/geopython/GeoHealthCheck/milestone/8?closed=1)
0 commit comments