Skip to content

Commit

Permalink
Merge pull request #67 from parkouss/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
rafaeldelucena authored Aug 12, 2019
2 parents e74d6c1 + e1def93 commit 8fa127f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2019-08-12
### Added
- Support for grabbing the content of widgets as a picture
- Support for converting widget coordinates
Expand Down
2 changes: 1 addition & 1 deletion client/funq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"""
funq module, containing the __version__ string.
"""
__version__ = '1.1.5'
__version__ = '1.2.0'
2 changes: 1 addition & 1 deletion server/funq_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL v2.1 license and that you accept its terms.

__version__ = '1.1.5'
__version__ = '1.2.0'

0 comments on commit 8fa127f

Please sign in to comment.