release 1.1.3

This commit is contained in:
Peter F. Patel-Schneider 2022-04-22 09:26:35 -04:00
parent 5a3ffe04e8
commit 74304a98c7
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 1.1.3rc3 # 1.1.3
* Update documentation files * Update documentation files
* Lower remove python 3.7 constructs and lower python dependency to 3.6 * Lower remove python 3.7 constructs and lower python dependency to 3.6

View File

@ -4,7 +4,7 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices.
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.1.3rc3 version: 1.1.3
show_downloads: false show_downloads: false
encoding: utf-8 encoding: utf-8
theme: jekyll-theme-slate theme: jekyll-theme-slate

View File

@ -16,5 +16,5 @@
## with this program; if not, write to the Free Software Foundation, Inc., ## with this program; if not, write to the Free Software Foundation, Inc.,
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
__version__ = '1.1.3rc3' __version__ = '1.1.3'
NAME = 'Solaar' NAME = 'Solaar'

View File

@ -8,7 +8,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
# from solaar import NAME, __version__ # from solaar import NAME, __version__
__version__ = '1.1.3rc3' __version__ = '1.1.3'
NAME = 'Solaar' NAME = 'Solaar'

View File

@ -44,7 +44,7 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="1.1.3rc3" date="2022-04-20"/> <release version="1.1.3" date="2022-04-25"/>
<release version="1.1.2" date="2022-03-26"/> <release version="1.1.2" date="2022-03-26"/>
<release version="1.1.1" date="2021-12-25"/> <release version="1.1.1" date="2021-12-25"/>
<release version="1.1.0" date="2021-12-20"/> <release version="1.1.0" date="2021-12-20"/>