Skip to content

Commit

Permalink
bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Apr 7, 2021
1 parent bd9ab8c commit 0756a44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## History

### 0.3.4 (2021-04-06)

- feature: log pattern filter and json output
- feature: Include STOPPED task in the status list. Full description of schedule (#80)
- fix: travis script
- fix: update get-pip.py URL (#83)
- fix: Switch tap-exchangeratesapi to tap-exchangeratehost in 04_install test project

### 0.3.3 (2021-01-09)

- fix: safe char should include period(.) define _line_safe var in foreach (#79)
Expand Down
2 changes: 1 addition & 1 deletion handoff/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.3.3"
VERSION = "0.3.4"
VERSION_MINOR = ".".join(VERSION.split(".")[0:2])

import os, re
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.3.3"
VERSION = "0.3.4"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 0756a44

Please sign in to comment.