Skip to content

Commit

Permalink
Prepare for release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Jul 6, 2022
1 parent 4c1a2ee commit 0693174
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased

Update to latest upstream tag for pyalsa
-

### Version 2.0.3 (20220706)

Update to latest upstream tag for pyalsa.

### Version 2.0.2 (20210203)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ From the dowload root directory:
```
pip install build wheel
python -m build
pip install dist/gstation_edit-2.0.2-py3-none-any.whl
pip install --force-reinstall dist/gstation_edit-2.0.3-py3-none-any.whl
```

#### Execution
Expand Down
2 changes: 1 addition & 1 deletion gstation_edit/resources/gstation-edit-one-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2817,7 +2817,7 @@
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Version 2.0.0</property>
<property name="label" translatable="yes">Version 2.0.3</property>
</object>
<packing>
<property name="left_attach">0</property>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gstation-edit
version = 2.0.2
version = 2.0.3
summary = GTK replacement for Johnson J-Station J-Edit.
author = F Laignel
author_email = fengalin@free.fr
Expand Down

0 comments on commit 0693174

Please sign in to comment.