Skip to content

Commit 479640d

Browse files
committed
Version v2023.06.27
1 parent 0e84908 commit 479640d

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.06.27
66

77
New features:
88
- Porcupine now looks quite different than before, because it uses [the sv-ttk themes](https://pypi.org/project/sv-ttk/). You can choose between dark and light theme in settings.

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.03.11.zip
57+
pip install https://github.com/Akuli/porcupine/archive/v2023.06.27.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.03.11.zip
78+
pip install https://github.com/Akuli/porcupine/archive/v2023.06.27.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
@@ -12,7 +12,7 @@
1212

1313
import platformdirs
1414

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

0 commit comments

Comments
 (0)