Skip to content

Commit

Permalink
Version 2.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Saxonbeta committed Jun 16, 2020
1 parent 92ceed4 commit 9fb9543
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libqnotero/qnotero.py
Expand Up @@ -34,7 +34,7 @@
class Qnotero(QMainWindow, UiLoader):
"""The main class of the Qnotero GUI"""

version = '2.1.1'
version = '2.2.0'

def __init__(self, app=None, systray=True, debug=False, reset=False, parent=None):

Expand Down
2 changes: 1 addition & 1 deletion readme-src.md
@@ -1,6 +1,6 @@
Qnotero v%-- exec: ./qnotero --version --%

© 2019 E. Albiter
© 2020 E. Albiter

## Overview

Expand Down
11 changes: 6 additions & 5 deletions readme.md
@@ -1,13 +1,15 @@
Qnotero v2.1.1
Qnotero v2.2.0


© 2020 E. Albiter

## Overview


- [What is Qnotero?](#what-is-qnotero)
- [Download and installation](#download-and-installation)
- [Windows](#windows)
- [Linux](#linux)
- [Ubuntu Linux and its derivatives](#ubuntu-linux-and-its-derivatives)
- [mac OS](#mac-os)
- [Other operating systems](#other-operating-systems)
- [Dependencies](#dependencies)
Expand Down Expand Up @@ -38,12 +40,11 @@ Ubuntu Linux users can install Qnotero through the source code:
3. Run the following commands:

```
sudo apt-get install python3-pyqt5 python3-distutils
sudo apt-get install python3-pyqt5 python3-distutils python3-sip
sudo python3 setup.py install
```

In Arch Linux and its derivatives, users can install Qnotero from AUR using yay, or other AUR helper:

```
yay -S qnotero
```
Expand Down Expand Up @@ -78,7 +79,7 @@ If you have Gnote installed (a note-taking program for Linux), Qnotero automatic
[What is Qnotero?]: #what-is-qnotero
[Download and installation]: #download-and-installation
[Windows]: #windows
[Linux]: #linux
[Ubuntu Linux and its derivatives]: #ubuntu-linux-and-its-derivatives
[mac OS]: #mac-os
[Other operating systems]: #other-operating-systems
[Dependencies]: #dependencies
Expand Down

0 comments on commit 9fb9543

Please sign in to comment.