From f1f1b5f6e61a90242853d118ef662eec85c48c20 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 26 Jul 2017 09:47:20 -0400 Subject: [PATCH] chore: Release 1.3.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 3ec8207..21b664a 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 7cd5b7a..08b0925 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ # General information about the project. project = u'swiftenv' -copyright = u'2016, Kyle Fuller' +copyright = u'2017, Kyle Fuller' author = u'Kyle Fuller' # The version info for the project you're documenting, acts as replacement for @@ -40,9 +40,9 @@ # built documents. # # The short X.Y version. -version = u'1.1' +version = u'1.3' # The full version, including alpha/beta/rc tags. -release = u'1.1.0' +release = u'1.3.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 1c381dc..722edf3 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.2.0 +swiftenv 1.3.0 ``` Or for swiftenv with latest Swift: diff --git a/libexec/swiftenv---version b/libexec/swiftenv---version index 5afb3b3..7981c3f 100755 --- a/libexec/swiftenv---version +++ b/libexec/swiftenv---version @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "swiftenv 1.2.1" +echo "swiftenv 1.3.0"