Skip to content

Commit 0693174

Browse files
committed
Prepare for release 2.0.3
1 parent 4c1a2ee commit 0693174

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
Update to latest upstream tag for pyalsa
5+
-
6+
7+
### Version 2.0.3 (20220706)
8+
9+
Update to latest upstream tag for pyalsa.
610

711
### Version 2.0.2 (20210203)
812

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ From the dowload root directory:
7676
```
7777
pip install build wheel
7878
python -m build
79-
pip install dist/gstation_edit-2.0.2-py3-none-any.whl
79+
pip install --force-reinstall dist/gstation_edit-2.0.3-py3-none-any.whl
8080
```
8181

8282
#### Execution

gstation_edit/resources/gstation-edit-one-window.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2817,7 +2817,7 @@
28172817
<property name="visible">True</property>
28182818
<property name="sensitive">False</property>
28192819
<property name="can_focus">False</property>
2820-
<property name="label" translatable="yes">Version 2.0.0</property>
2820+
<property name="label" translatable="yes">Version 2.0.3</property>
28212821
</object>
28222822
<packing>
28232823
<property name="left_attach">0</property>

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = gstation-edit
3-
version = 2.0.2
3+
version = 2.0.3
44
summary = GTK replacement for Johnson J-Station J-Edit.
55
author = F Laignel
66
author_email = fengalin@free.fr

0 commit comments

Comments
 (0)