From 9b6ad90186df4cc2596e39465ea5bfb69860a425 Mon Sep 17 00:00:00 2001 From: karasu Date: Tue, 2 Oct 2018 11:01:52 +0200 Subject: [PATCH] Nothing --- README.md | 2 +- src/info.py | 2 +- src/pages/slides.py | 1 + update.info | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d070c31f..f59de9b54 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You are viewing the `0.16.x` branch (stable). |Development Stage|Branch|Version| Code Status| ----------------- | -------------- | -------------- | -------- | -|Cnchi Stable|0.16.x|![0.16.10](https://img.shields.io/github/release/antergos/cnchi.svg)|Frozen| +|Cnchi Stable|0.16.x|![0.16.11](https://img.shields.io/github/release/antergos/cnchi.svg)|Frozen| |Cnchi Development|0.17.x|![0.17.1](https://img.shields.io/github/release/antergos/cnchi/all.svg)|Development| |Cnchi Next (UI agnostic)|master|master|Development| diff --git a/src/info.py b/src/info.py index f3fa27a0d..aad04bb0e 100755 --- a/src/info.py +++ b/src/info.py @@ -29,7 +29,7 @@ """ Set some Cnchi global constants """ -CNCHI_VERSION = "0.16.10" +CNCHI_VERSION = "0.16.11" """ Cnchi version """ CNCHI_WEBSITE = "http://www.antergos.com" diff --git a/src/pages/slides.py b/src/pages/slides.py index bca7ccf44..ed8202694 100644 --- a/src/pages/slides.py +++ b/src/pages/slides.py @@ -322,6 +322,7 @@ def installation_finished(self): logging.warning("Can't get configuration values.") logging.shutdown() + if response == Gtk.ResponseType.YES: self.reboot() else: diff --git a/update.info b/update.info index 21f9bbca5..d5369926f 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.16.10","files":[ +{"version":"0.16.11","files":[ ]}