Skip to content

Commit

Permalink
"chore: Bump version to 0.3.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
scmbradley committed May 20, 2021
1 parent 950c69a commit d4dd027
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
message = "chore: Bump version to {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog follows the conventions of [keep a changelog](https://keepachangelog.com/en/1.0.0/)
and [semantic versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.3.1

### OTHER

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

This is the readme for `taskw-i3blocks` v0.3.0.
This is the readme for `taskw-i3blocks` v0.3.1.
This blocklet shows what task(s) you currently have active in TaskWarrior.
The blocklet will display the description of one of the active tasks
and an indication of how many other active tasks you have.
Expand Down
2 changes: 1 addition & 1 deletion i3blocks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Display active taskwarrior tasks

# config for v0.3.0
# config for v0.3.1

[taskw]
command=taskw
Expand Down
2 changes: 1 addition & 1 deletion taskw.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Extracts information from taskwarrior and timewarrior to display in i3block."""

# This is taskw.py v0.3.0
# This is taskw.py v0.3.1

import subprocess
import json
Expand Down
2 changes: 1 addition & 1 deletion test_basic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# This is the test suite for taskw.py v0.3.0
# This is the test suite for taskw.py v0.3.1

import pytest
from hypothesis import given
Expand Down

0 comments on commit d4dd027

Please sign in to comment.