Skip to content

Commit 8805fea

Browse files
committed
Last 0.2.1 commit
1 parent a130def commit 8805fea

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ v0.1.9b4:
8181
2021-05-26 -- b825a54 Fix README file extension
8282
v0.2.0:
8383
2021-06-16 -- 1e891a9 Tox and Travis update
84+
v0.2.1:
85+
2021-06-16 -- Fix for long_description_content_type

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PYTHONVERS=python3.8 python3.7 python3.6 python3.5 python2.7
4848

4949
# VERSION is updated in "make version-update" step and derived
5050
# from CHANGES.txt. Do not edit.
51-
VERSION=0.2.0
51+
VERSION=0.2.1
5252
SHELL:= /bin/bash
5353

5454
LONG_TESTS=false

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# Allow "from hapiclient import HAPIError"
88
from hapiclient.util import HAPIError
99

10-
__version__ = '0.2.0'
10+
__version__ = '0.2.1'

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def hapiopts():
144144
def hapi(*args, **kwargs):
145145
"""Request data from a HAPI server.
146146
147-
Version: 0.2.0
147+
Version: 0.2.1
148148
149149
150150
Examples

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# version is modified by misc/version.py (executed from Makefile). Do not edit.
3030
setup(
3131
name='hapiclient',
32-
version='0.2.0',
32+
version='0.2.1',
3333
author='Bob Weigel',
3434
author_email='rweigel@gmu.edu',
3535
packages=find_packages(),

0 commit comments

Comments
 (0)