aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/rst/what-is-new.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/doc/rst/what-is-new.rst')
-rw-r--r--lang/python/doc/rst/what-is-new.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/doc/rst/what-is-new.rst b/lang/python/doc/rst/what-is-new.rst
index 9332fb67..0fca98f2 100644
--- a/lang/python/doc/rst/what-is-new.rst
+++ b/lang/python/doc/rst/what-is-new.rst
@@ -33,10 +33,11 @@ New in GPGME 1·13·0
Additions since GPGME 1.12.0 include:
-- An advanced HOWTO on using the bindings with web interfaces,
- specifically Flask.
- Moving the *What\'s New* section out of the basic
`HOWTO <gpgme-python-howto.org>`__ document and into its own file so
as to more readily include other documents beyond that HOWTO.
- Moving the preceding, archival, segments into `another
file <what-was-new.org>`__.
+- Added ``gpg.version.versionintlist`` to make it easier for Python
+ developers to check for a specific version number, even with beta
+ versions (it will drop the \"-betaN\" part).