summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog4
-rw-r--r--ick2/version.py4
3 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 22846e6..b8ce7be 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-Version 0.13+git, not yet released
+Version 0.14, released 2017-11-12
----------------------------------
* The contoller can now schedule work for a worker, to run a build.
@@ -25,7 +25,8 @@ Version 0.13+git, not yet released
* `icktool` can now show and set the status of a pipeline, show
builds, and show logs.
-* `worker-manager` works with the new version of the controller.
+* `worker-manager` works with the new version of the controller. The
+ .deb package installs a worker-manager with the controller.
Version 0.13, released 2017-10-16
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 107a19f..b078501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-ick2 (0.13+git-1) UNRELEASED; urgency=medium
+ick2 (0.14-1) unstable; urgency=medium
* New upstream version.
* postinst: create user, group for worker-manager
- -- Lars Wirzenius <liw@liw.fi> Mon, 16 Oct 2017 22:16:53 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Nov 2017 19:51:51 +0100
ick2 (0.13-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 9afc397..b8b73a0 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.13+git"
-__version_info__ = (0, 13, '+git')
+__version__ = "0.14"
+__version_info__ = (0, 14)