aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/doc/src/what-is-new
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/doc/src/what-is-new')
-rw-r--r--lang/python/doc/src/what-is-new5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/doc/src/what-is-new b/lang/python/doc/src/what-is-new
index 4ca8ea89..5bcb5aeb 100644
--- a/lang/python/doc/src/what-is-new
+++ b/lang/python/doc/src/what-is-new
@@ -35,9 +35,10 @@ considerably.
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 [[file:gpgme-python-howto.org][HOWTO]] document and
into its own file so as to more readily include other documents
beyond that HOWTO.
- Moving the preceding, archival, segments into [[file:what-was-new.org][another file]].
+- 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).