Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Oct 2, 2018
1 parent 718c3db commit 9b6ad90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down
2 changes: 1 addition & 1 deletion src/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/pages/slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.16.10","files":[
{"version":"0.16.11","files":[
]}

0 comments on commit 9b6ad90

Please sign in to comment.