Skip to content

Commit

Permalink
Merge pull request #6 from MarcinOrlowski/dev
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
MarcinOrlowski authored Oct 28, 2024
2 parents 9822f51 + 3f284ad commit 45cc6df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

---

* 1.3.1 (2024-10-28)
* Artificial release to fix isses with PyPy release.

* 1.3.0 (2024-10-28)
* Enabled clipboard access for the embedded browser (so all the "Copy" buttons now work).
* If both '--no-tray' and `--minimized` options are given `--minimized` is being ignored.
Expand Down
2 changes: 1 addition & 1 deletion websiteapp/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class Version(Enum):
MAJOR = 1
MINOR = 3
PATCH = 0
PATCH = 1

@classmethod
def as_string(cls) -> str:
Expand Down

0 comments on commit 45cc6df

Please sign in to comment.