diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-17 11:51:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-19 10:00:09 -0500 |
| commit | 4921d4e59f06c8add15a347c8b97b72b8d9baa74 (patch) | |
| tree | 2a66b1ab3b2d639301a696e057d52a15d498b9ef /docs | |
| parent | fa08d27fb714534670b431fde0cd04a17d637585 (diff) | |
Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index bcda61f09c..039525eb36 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -312,6 +312,9 @@ Miscellaneous * Support for SpatiaLite < 3.0 and GEOS < 3.3 is dropped. +* ``utils.version.get_version()`` returns :pep:`440` compliant release + candidate versions (e.g. '1.10rc1' instead of '1.10c1'). + .. _deprecated-features-1.10: Features deprecated in 1.10 |
