Cut 2.3.1

Cut 2.3.1

АвторJeff Forcier
КоммитерJeff Forcier
7 лет назад
Файлов изменено: 2
+2
–1
b0eef83
Родители 1dd6524 2.3
fabric/_version.py
@@ -1,2 +1,2 @@
__version_info__ = (230)
__version_info__ = (231)
__version__ = ".".join(map(str, __version_info__))
sites/www/changelog.rst
@@ -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 позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.