From 0aa2005cd168618d7b280ba4f5d4b7324c1cb4ed Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 18 Jul 2018 18:47:55 +0100 Subject: [PATCH] chore: Release 1.4.0 --- CHANGELOG.md | 2 +- docs/conf.py | 6 +++--- docs/integrations/docker.md | 2 +- libexec/swiftenv---version | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a8d50..046f1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Master +## 1.3.0 ### Enhancements diff --git a/docs/conf.py b/docs/conf.py index f526865..34a1f2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ # General information about the project. project = u'swiftenv' -copyright = u'2017, Kyle Fuller' +copyright = u'2018, Kyle Fuller' author = u'Kyle Fuller' # The version info for the project you're documenting, acts as replacement for @@ -44,9 +44,9 @@ # built documents. # # The short X.Y version. -version = u'1.3' +version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.3.0' +release = u'1.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/integrations/docker.md b/docs/integrations/docker.md index 722edf3..ebcc576 100644 --- a/docs/integrations/docker.md +++ b/docs/integrations/docker.md @@ -21,7 +21,7 @@ You can pull down the `kylef/swiftenv` docker image and run it. $ docker pull kylef/swiftenv $ docker run -i -t --entrypoint /bin/sh kylef/swiftenv # swiftenv --version -swiftenv 1.3.0 +swiftenv 1.4.0 ``` Or for swiftenv with latest Swift: diff --git a/libexec/swiftenv---version b/libexec/swiftenv---version index 7981c3f..6169fc9 100755 --- a/libexec/swiftenv---version +++ b/libexec/swiftenv---version @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "swiftenv 1.3.0" +echo "swiftenv 1.4.0"