Skip to content

Commit

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

## [1.7] - DEV
- Improve packaging.
- Remove translations for now.
## [1.7] - 2019-01-02
- Improve packaging by adding a setup file.
- Make the app available as a snap package.
- Remove translations for now.

## [1.6.3] - 2017-10-22
- Change logo.
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ Coulr is a color box to help developers and designers. Currently, it allows to:

![alt tag](coulr/assets/coulr_screenshot.png)

### Version

Coulr is currently in version 1.6.3

## Installation instructions

### Universal package for Linux (recommended)
Expand Down
2 changes: 1 addition & 1 deletion coulr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,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.3")
about_dialog.set_version("1.7")
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='coulr',
version='1.6.3',
version='1.7',
description='Enjoy colors and feel happy!',
author='Hugo Posnic',
license='MIT',
Expand Down

0 comments on commit b96f104

Please sign in to comment.