File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Master
3
+ ## 1.3.0
4
4
5
5
### Enhancements
6
6
Original file line number Diff line number Diff line change 36
36
37
37
# General information about the project.
38
38
project = u'swiftenv'
39
- copyright = u'2017 , Kyle Fuller'
39
+ copyright = u'2018 , Kyle Fuller'
40
40
author = u'Kyle Fuller'
41
41
42
42
# The version info for the project you're documenting, acts as replacement for
43
43
# |version| and |release|, also used in various other places throughout the
44
44
# built documents.
45
45
#
46
46
# The short X.Y version.
47
- version = u'1.3 '
47
+ version = u'1.4 '
48
48
# The full version, including alpha/beta/rc tags.
49
- release = u'1.3 .0'
49
+ release = u'1.4 .0'
50
50
51
51
# The language for content autogenerated by Sphinx. Refer to documentation
52
52
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You can pull down the `kylef/swiftenv` docker image and run it.
21
21
$ docker pull kylef/swiftenv
22
22
$ docker run -i -t --entrypoint /bin/sh kylef/swiftenv
23
23
# swiftenv --version
24
- swiftenv 1.3 .0
24
+ swiftenv 1.4 .0
25
25
```
26
26
27
27
Or for swiftenv with latest Swift:
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- echo " swiftenv 1.3 .0"
3
+ echo " swiftenv 1.4 .0"
You can’t perform that action at this time.
0 commit comments