From 121989e0a00cd8cf7997e49abcbf0ef2041bf47c Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 9 Nov 2021 22:30:01 -0800 Subject: [PATCH] Version bump --- CHANGELOG.rst | 4 ++-- lib/fpm/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fcc656e4d4..9369428f45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Release Notes and Change Log ============================ -1.14.0 (??????) -^^^^^^^^^^^^^^^ +1.14.0 (November 9, 2021) +^^^^^^^^^^^^^^^^^^^^^^^^^ * python: Use pip by default for fetching Python packages. This matches the Python 3 "installation" docs which recommend calling pip as ``python -m pip`` where ``python`` depends on ``--python-bin`` (default "python"). Previous default was to use `easy_install` which is no longer available on many newer systems. To use easy_install, you can set ``--no-python-internal-pip`` to revert this pip default. Further, you can specify your own pip path instead of using ``python -m pip`` with the ``--python-pip /path/to/pip`` flag. (`#1820`_, `#1821`_; Jordan Sissel) * python: Support extras_require build markers in python packages (`#1307`_, `#1816`_; Joris Vandermeersch) * freebsd: Fix bug which caused fpm to generate incorrect FreeBSD packages "missing leading `/`" (`#1811`_, `#1812`_, `#1844`_, `#1832`_, `#1845`_; Vlastimil Holer, Clayton Wong, Markus Ueberall, Jordan Sissel) diff --git a/lib/fpm/version.rb b/lib/fpm/version.rb index 100f9fe588..e69dde1e5b 100644 --- a/lib/fpm/version.rb +++ b/lib/fpm/version.rb @@ -1,3 +1,3 @@ module FPM - VERSION = "1.13.1" + VERSION = "1.14.0" end