Skip to content

Commit

Permalink
Merge pull request #18 from mzdrale/dev
Browse files Browse the repository at this point in the history
Bump to version 0.9
  • Loading branch information
mzdrale authored Mar 2, 2020
2 parents 19071ec + 4ac008e commit 254ee60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# PyUbee CHANGELOG
This file is used to list changes made in each version of the PyUbee.

## 0.8
## 0.9 (March 2 2020)
* Add support for Ubee Router DVW32CB ([@seanvictory](https://github.com/seanvictory) - [#17](https://github.com/mzdrale/pyubee/pull/17))

## 0.8 (January 15 2020)
* EVW32C-0N regex fix ([@mzdrale](http://github.com/mzdrale) - [#15](https://github.com/mzdrale/pyubee/pull/15))

## 0.7
## 0.7 (Jun 11 2019)
* Support for EVW321B (Ziggo) ([@karrukola](Filippo Carra))

## 0.6
## 0.6 (April 18 2019)
* Fix detection of active session for EVW320B ([@StevenLooman](http://github.com/StevenLooman))
* Add --debug option to cli ([@StevenLooman](http://github.com/StevenLooman))
* EVW3226 @ UPC support ([@carbolymer](https://github.com/carbolymer) - [#8](https://github.com/mzdrale/pyubee/pull/8))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ This library was written for and tested with:
* Ubee EVW32C-0N
* Ubee EVW3200-Wifi
* Ubee EVW3226 (UPC)
* Ubee DVW32CB
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyubee",
version="0.8",
version="0.9",
author="Miroslav Zdrale",
author_email="[email protected]",
description="Simple library for getting stats from Ubee routers.",
Expand Down

0 comments on commit 254ee60

Please sign in to comment.