Skip to content

Commit ddcebb8

Browse files
committed
Merge branch 'master' of github.com:fabaff/python-volkszaehler
2 parents 5b81472 + a13bf8c commit ddcebb8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
20200626 - 0.1.3
5+
----------------
6+
7+
- Update URLs
8+
49
20180825 - 0.1.2
510
----------------
611

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The module is available from the `Python Package Index <https://pypi.python.org/
1616
1717
$ pip3 install volkszaehler
1818
19-
On a Fedora-based systemor on a CentOS/RHEL machine with has EPEL enabled.
19+
On a Fedora-based system or a CentOS/RHEL host with EPEL.
2020

2121
.. code:: bash
2222
@@ -67,7 +67,7 @@ For development is recommended to use a ``venv``.
6767

6868
.. code:: bash
6969
70-
$ python3.6 -m venv .
70+
$ python3 -m venv .
7171
$ source bin/activate
7272
$ python3 setup.py develop
7373

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
setup(
2121
name='volkszaehler',
22-
version='0.1.2',
22+
version='0.1.3',
2323
description='Python Wrapper for interacting with the Volkszahler API.',
2424
long_description=long_description,
25-
url='https://github.com/fabaff/python-volkszaehler',
26-
download_url='https://github.com/fabaff/python-volkszaehler/releases',
25+
url='https://github.com/home-assistant-ecosystem/python-volkszaehler',
26+
download_url='https://github.com/home-assistant-ecosystem/python-volkszaehler/releases',
2727
author='Fabian Affolter',
2828
author_email='[email protected]',
2929
license='MIT',

0 commit comments

Comments
 (0)