Skip to content

Commit

Permalink
Tag release v0.5.0 (for python 3 whipper)
Browse files Browse the repository at this point in the history
The code is still compatible with python 2.

Signed-off-by: JoeLametta <[email protected]>
  • Loading branch information
JoeLametta committed Dec 5, 2019
1 parent d182ae8 commit 4cbdeb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ sudo: false
language: python

python:
- "2.7"
- "3.5"

branches:
only:
- master

install:
- pip install --upgrade pip
- pip install flake8
- pip3 install --upgrade pip
- pip3 install flake8

script:
- flake8 --benchmark --statistics
- python setup.py bdist_egg
- python3 setup.py bdist_egg
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ got particular requirements, I suggest using whipper's default logger.
The logger should be feature complete so future development will consist
mainly of bugfixes.

If you're looking for the analogous morituri plugin, it can be found
If you're looking for the analogous (legacy) morituri plugin, it can be found
[here](https://github.com/whipper-team/morituri-plugin-eaclogger).

## License
Expand All @@ -29,7 +29,7 @@ To use this plugin:
```bash
git clone https://github.com/whipper-team/whipper-plugin-eaclogger.git
cd whipper-plugin-eaclogger
python2 setup.py bdist_egg
python3 setup.py bdist_egg
```

* copy it to your local plugin directory:
Expand Down Expand Up @@ -59,5 +59,5 @@ To use this plugin:
To use the plugin while developing uninstalled:

```bash
python2 setup.py develop --install-dir=path/to/checkout/of/whipper
python3 setup.py develop --install-dir=path/to/checkout/of/whipper
```
2 changes: 1 addition & 1 deletion eaclogger/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.4'
__version__ = '0.5.0'

0 comments on commit 4cbdeb2

Please sign in to comment.