diff options
author | Ben McGinnes <[email protected]> | 2018-11-22 09:00:12 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-11-22 09:00:12 +0000 |
commit | c87155e6eba2e97e4e6c6ee7e2591088a5489556 (patch) | |
tree | c6855c3ad7d5e9c213db930a1987fa45865e0fd1 /lang/python/doc/rst/what-is-new.rst | |
parent | python: version as integers (diff) | |
download | gpgme-c87155e6eba2e97e4e6c6ee7e2591088a5489556.tar.gz gpgme-c87155e6eba2e97e4e6c6ee7e2591088a5489556.zip |
python: docs update
* Added documentation for the new methods added to gpgme.version.
* Removed the Flask based advanced use case from the what-is-new
section as that type of code will not be added here.
Diffstat (limited to 'lang/python/doc/rst/what-is-new.rst')
-rw-r--r-- | lang/python/doc/rst/what-is-new.rst | 5 |
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). |