Skip to content

Commit

Permalink
release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Nov 3, 2022
1 parent e699209 commit a14a897
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.1.7rc2
# 1.1.7

* Add dependency on typing_extension to setup.py
* Don't defer saves in CLI and don't require Gtk in CLI
* Be more permissive in recognizing HID++ report descriptors
* Update Polish and Croatian translations
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar
version: 1.1.7rc2
version: 1.1.7
show_downloads: false
encoding: utf-8
theme: jekyll-theme-slate
2 changes: 1 addition & 1 deletion lib/solaar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
## with this program; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

__version__ = '1.1.7rc2'
__version__ = '1.1.7'
NAME = 'Solaar'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup

# from solaar import NAME, __version__
__version__ = '1.1.7rc2'
__version__ = '1.1.7'
NAME = 'Solaar'


Expand Down
2 changes: 1 addition & 1 deletion share/solaar/io.github.pwr_solaar.solaar.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</screenshots>

<releases>
<release version="1.1.7rc2" date="2022-10-30"/>
<release version="1.1.7" date="2022-11-03"/>
<release version="1.1.6" date="2022-10-24"/>
<release version="1.1.5" date="2022-09-14"/>
<release version="1.1.4" date="2022-07-04"/>
Expand Down

0 comments on commit a14a897

Please sign in to comment.