Skip to content

Commit f1f1b5f

Browse files
committed
chore: Release 1.3.0
1 parent a91ec22 commit f1f1b5f

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
@@ -32,17 +32,17 @@
3232

3333
# General information about the project.
3434
project = u'swiftenv'
35-
copyright = u'2016, Kyle Fuller'
35+
copyright = u'2017, Kyle Fuller'
3636
author = u'Kyle Fuller'
3737

3838
# The version info for the project you're documenting, acts as replacement for
3939
# |version| and |release|, also used in various other places throughout the
4040
# built documents.
4141
#
4242
# The short X.Y version.
43-
version = u'1.1'
43+
version = u'1.3'
4444
# The full version, including alpha/beta/rc tags.
45-
release = u'1.1.0'
45+
release = u'1.3.0'
4646

4747
# The language for content autogenerated by Sphinx. Refer to documentation
4848
# 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.2.0
24+
swiftenv 1.3.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.2.1"
3+
echo "swiftenv 1.3.0"

0 commit comments

Comments
 (0)