Skip to content

Commit 6d0053c

Browse files
committed
Release v0.6.1
1 parent 5b6c691 commit 6d0053c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/development.html) for more information about the CHANGELOG and releases.
44

5-
## next-release
5+
## v0.6.1 (released on 2020-05-03)
66

77
* **Fixed** [#54](https://github.com/wilfred-dev/wilfred/issues/54) Hopefully fixed broken PyPI deployment with Travis CI.
88
* **Fixed** [#55](https://github.com/wilfred-dev/wilfred/issues/55) Fixed so that Docker exceptions reveal more info when installing by raising the Docker exceptions directly to the CLI.

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Vilhelm Prytz"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "v0.6.0"
27+
release = "v0.6.1"
2828

2929

3030
# -- General configuration ---------------------------------------------------

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wilfred
22
base: core18
3-
version: git # set version on release ('v0.1.0') and use 'git' during dev
3+
version: 'v0.6.1' # set version on release ('v0.1.0') and use 'git' during dev
44
summary: A CLI for managing game servers using Docker # 79 char long summary
55
description: |
66
Wilfred is a command-line interface for running game servers locally. It uses Docker to run game servers in containers, which means they are completely separated. Wilfred can run any game that can run in Docker.

wilfred/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
# use "0.0.0.dev0" to indicate incremental commit build
1212
# specify version "0.3.0" to indicate standard release
1313
# "commit_date" should be replaced upon building
14-
version = "0.0.0.dev0"
14+
version = "0.6.1"
1515
commit_hash = "development"
1616
commit_date = "YYYY-MM-DD"

0 commit comments

Comments
 (0)