Skip to content

Commit

Permalink
Bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Oct 22, 2017
1 parent 51627d2 commit 0e93cea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.6.3] - 2017-10-22
- Change logo.

## [1.6.2] - 2017-10-22
- Fix translation of licence string.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Coulr is a color box to help developers and designers. Currently, it allows to:

### Version

Coulr is currently in version 1.6.2
Coulr is currently in version 1.6.3

### Install

Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def about_dialog(self, event):
"""About dialog"""
about_dialog = Gtk.AboutDialog(self)
about_dialog.set_program_name(self.app_name)
about_dialog.set_version("1.6.2")
about_dialog.set_version("1.6.3")
about_dialog.set_copyright("Hugo Posnic")
about_dialog.set_comments(_("Enjoy colors and feel happy!"))
about_dialog.set_website("https://github.com/Huluti/{}"
Expand Down

0 comments on commit 0e93cea

Please sign in to comment.