Cut for 4.4.7

fix-missing-context-name-in-vacm
Ilya Etingof 2018-09-14 01:43:17 +02:00
parent ddf3085179
commit 2d91fa167e
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
Revision 4.4.7, released 2018-09-XX
-----------------------------------
No changes so far
Revision 4.4.6, released 2018-09-13
-----------------------------------

View File

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