Skip to content

Commit 6f0518a

Browse files
committed
chore: bumped version to v0.13.1 in various places, including in submodules
1 parent 4e32cfe commit 6f0518a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
old_version: 'v0.12.2'
21-
new_version: 'v0.12.3b3'
21+
new_version: 'v0.13.1'
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -37,15 +37,15 @@ jobs:
3737
aw_server_old_args: "--storage sqlite"
3838
aw_server_new_args: "--storage sqlite"
3939
old_version: 'v0.12.2'
40-
new_version: 'v0.12.3b3'
40+
new_version: 'v0.13.1'
4141
# python, peewee to sqlite
4242
# FIXME: broken, same thing with sqlite as above
4343
- aw_server_old: "aw-server"
4444
aw_server_new: "aw-server"
4545
aw_server_old_args: "--storage peewee"
4646
aw_server_new_args: "--storage sqlite"
4747
old_version: 'v0.12.2'
48-
new_version: 'v0.12.3b3'
48+
new_version: 'v0.13.1'
4949
exclude:
5050
# rust to python, not supported
5151
- aw_server_old: 'aw-server-rust'

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: "If you use or refer to this software in your research, please cite it."
33
authors:
44
- family-names: "Bjäreholt"
55
given-names: "Erik"
@@ -8,7 +8,7 @@ authors:
88
given-names: "Johan"
99
orcid: "https://orcid.org/0000-0003-4789-3160"
1010
title: "ActivityWatch"
11-
version: 0.12.1
11+
version: 0.13.1
1212
doi: 10.5281/zenodo.4957165
13-
date-released: 2022-09-26
13+
date-released: 2024-06-10
1414
url: "https://github.com/ActivityWatch/activitywatch"

aw-server

aw-server-rust

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "activitywatch"
3-
version = "0.12.0"
3+
version = "0.13.1"
44
description = "The free and open-source automated time tracker. Cross-platform, extensible, privacy-focused."
55
authors = ["Erik Bjäreholt <[email protected]>", "Johan Bjäreholt <[email protected]>"]
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)