mirror of https://github.com/docker/compose.git
parent
f7aa4a619f
commit
679d3555a2
|
@ -1,7 +1,7 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.20.0 (2018-03-07)
|
||||
1.20.0 (2018-03-20)
|
||||
-------------------
|
||||
|
||||
### New features
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.20.0'
|
||||
__version__ = '1.21.0dev'
|
||||
|
|
Loading…
Reference in New Issue