release: update remaining version 1.0.1 to 1.0.2-rc1 where needed

This commit is contained in:
Peter F. Patel-Schneider 2020-04-01 11:26:43 -04:00 committed by Filipe Laíns
parent f6b0cc59ed
commit 06875fb9ab
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ tagline: Linux Device manager for the Logitech Unifying Receiver.
owner: pwr-Solaar owner: pwr-Solaar
owner_url: https://github.com/pwr-Solaar owner_url: https://github.com/pwr-Solaar
repository: pwr-Solaar/Solaar repository: pwr-Solaar/Solaar
version: 1.0.1 version: 1.0.2-rc1
show_downloads: false show_downloads: false
encoding: utf-8 encoding: utf-8
theme: jekyll-theme-slate theme: jekyll-theme-slate

View File

@ -19,5 +19,5 @@
from __future__ import absolute_import, division, print_function, unicode_literals from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = '1.0.1' __version__ = '1.0.2-rc1'
NAME = 'Solaar' NAME = 'Solaar'