Cut 2.3.1
Автор
Jeff Forcier

Коммитер
Jeff Forcier
7 лет назад 
Файлов изменено: 2
+2
–1
b0eef83
fabric/_version.py
+1
–1
@@ -1,2 +1,2 @@ | ||
__version_info__ = (2, 3, 0) | ||
__version_info__ = (2, 3, 1) | ||
__version__ = ".".join(map(str, __version_info__)) |
sites/www/changelog.rst
+1
–0
@@ -5,6 +5,7 @@ | ||
.. note:: | ||
Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`. | ||
- :release:`2.3.1 <2018-08-08>` | ||
- :bug:`-` Update the new functionality added for :issue:`1826` so it uses | ||
``export``; without this, nontrivial shell invocations like ``command1 && | ||
command2`` end up only applying the env vars to the first command. |
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.