Skip to content

Commit 0aa2005

Browse files
committed
chore: Release 1.4.0
1 parent 031a9ab commit 0aa2005

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Master
3+
## 1.3.0
44

55
### Enhancements
66

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636

3737
# General information about the project.
3838
project = u'swiftenv'
39-
copyright = u'2017, Kyle Fuller'
39+
copyright = u'2018, Kyle Fuller'
4040
author = u'Kyle Fuller'
4141

4242
# The version info for the project you're documenting, acts as replacement for
4343
# |version| and |release|, also used in various other places throughout the
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = u'1.3'
47+
version = u'1.4'
4848
# The full version, including alpha/beta/rc tags.
49-
release = u'1.3.0'
49+
release = u'1.4.0'
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.

docs/integrations/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can pull down the `kylef/swiftenv` docker image and run it.
2121
$ docker pull kylef/swiftenv
2222
$ docker run -i -t --entrypoint /bin/sh kylef/swiftenv
2323
# swiftenv --version
24-
swiftenv 1.3.0
24+
swiftenv 1.4.0
2525
```
2626

2727
Or for swiftenv with latest Swift:

libexec/swiftenv---version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
echo "swiftenv 1.3.0"
3+
echo "swiftenv 1.4.0"

0 commit comments

Comments
 (0)