pull/47/head
Ilya Etingof 2017-03-10 11:11:49 +01:00
parent 56fdac6185
commit 47108412ee
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
Revision 4.3.5, released 2017-0X-XX
-----------------------------------
- The getNext() and getBulk() calls of Twisted interface
now support ignoreNonIncreasingOid option.
Revision 4.3.4, released 2017-03-01
-----------------------------------

View File

@ -1,5 +1,5 @@
# http://www.python.org/dev/peps/pep-0396/
__version__ = '4.3.4'
__version__ = '4.3.5'
# backward compatibility
version = tuple([int(x) for x in __version__.split('.')])
majorVersionId = version[0]