Skip to content

Commit 4494065

Browse files
committed
Version v2023.03.11
1 parent 7bae906 commit 4494065

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Unlike the Git commit history, this changelog does not include code cleanups
22
and other details that don't affect using Porcupine.
33

44

5-
## Unreleased
5+
## v2023.03.11
66

77
New features:
88
- On Linux, there's a new and easy way to launch Porcupine without using the terminal. In settings, you can check "Show Porcupine in the desktop menu system", which makes Porcupine appear in the operating system's menu like most other applications. There are [more instructions in the README](https://github.com/Akuli/porcupine#installing-porcupine).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Open a terminal and run these commands:
5454
python3 -m venv porcupine-venv
5555
source porcupine-venv/bin/activate
5656
pip install wheel
57-
pip install https://github.com/Akuli/porcupine/archive/v2023.01.19.zip
57+
pip install https://github.com/Akuli/porcupine/archive/v2023.03.11.zip
5858
porcu
5959

6060
To easily run porcupine again later,
@@ -75,7 +75,7 @@ Then run these commands:
7575
python3 -m venv porcupine-venv
7676
source porcupine-venv/bin/activate
7777
pip install wheel
78-
pip install https://github.com/Akuli/porcupine/archive/v2023.01.19.zip
78+
pip install https://github.com/Akuli/porcupine/archive/v2023.03.11.zip
7979
porcu
8080

8181
To easily run porcupine again later,

porcupine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import appdirs
1313

14-
version_info = (2023, 1, 19) # this is updated with scripts/release.py
14+
version_info = (2023, 3, 11) # this is updated with scripts/release.py
1515
__version__ = "%d.%02d.%02d" % version_info
1616
__author__ = "Akuli"
1717
__copyright__ = "Copyright (c) 2017-2023 Akuli"

0 commit comments

Comments
 (0)