Official 4.4.1 & 2.4.1 releases
This commit is contained in:
parent
9479c66490
commit
ad394dc6a8
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
version = __version__ = "4.4.1 Unreleased"
|
||||
version = __version__ = "4.4.1 Released"
|
||||
|
||||
|
||||
# 888888ba .d88888b oo dP .88888. dP dP dP
|
||||
|
|
|
@ -12,7 +12,7 @@ from builtins import str
|
|||
from builtins import object
|
||||
from future import standard_library
|
||||
standard_library.install_aliases()
|
||||
version = __version__ = "2.4.1 Unreleased"
|
||||
version = __version__ = "2.4.1 Released"
|
||||
|
||||
|
||||
# 888888ba .d88888b oo dP .88888. dP dP dP
|
||||
|
|
Loading…
Reference in New Issue