Skip to content

Commit

Permalink
chore: bumped version to v0.13.1 in various places, including in subm…
Browse files Browse the repository at this point in the history
…odules
  • Loading branch information
ErikBjare committed Jun 10, 2024
1 parent 4e32cfe commit 6f0518a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
env:
old_version: 'v0.12.2'
new_version: 'v0.12.3b3'
new_version: 'v0.13.1'
strategy:
fail-fast: false
matrix:
Expand All @@ -37,15 +37,15 @@ jobs:
aw_server_old_args: "--storage sqlite"
aw_server_new_args: "--storage sqlite"
old_version: 'v0.12.2'
new_version: 'v0.12.3b3'
new_version: 'v0.13.1'
# python, peewee to sqlite
# FIXME: broken, same thing with sqlite as above
- aw_server_old: "aw-server"
aw_server_new: "aw-server"
aw_server_old_args: "--storage peewee"
aw_server_new_args: "--storage sqlite"
old_version: 'v0.12.2'
new_version: 'v0.12.3b3'
new_version: 'v0.13.1'
exclude:
# rust to python, not supported
- aw_server_old: 'aw-server-rust'
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
message: "If you use or refer to this software in your research, please cite it."
authors:
- family-names: "Bjäreholt"
given-names: "Erik"
Expand All @@ -8,7 +8,7 @@ authors:
given-names: "Johan"
orcid: "https://orcid.org/0000-0003-4789-3160"
title: "ActivityWatch"
version: 0.12.1
version: 0.13.1
doi: 10.5281/zenodo.4957165
date-released: 2022-09-26
date-released: 2024-06-10
url: "https://github.com/ActivityWatch/activitywatch"
2 changes: 1 addition & 1 deletion aw-server
2 changes: 1 addition & 1 deletion aw-server-rust
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "activitywatch"
version = "0.12.0"
version = "0.13.1"
description = "The free and open-source automated time tracker. Cross-platform, extensible, privacy-focused."
authors = ["Erik Bjäreholt <[email protected]>", "Johan Bjäreholt <[email protected]>"]
license = "MPL-2.0"
Expand Down

0 comments on commit 6f0518a

Please sign in to comment.