File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -81,3 +81,5 @@ v0.1.9b4:
8181 2021-05-26 -- b825a54 Fix README file extension
8282v0.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
Original file line number Diff line number Diff 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
5252SHELL: = /bin/bash
5353
5454LONG_TESTS =false
Original file line number Diff line number Diff line change 77# Allow "from hapiclient import HAPIError"
88from hapiclient .util import HAPIError
99
10- __version__ = '0.2.0 '
10+ __version__ = '0.2.1 '
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def hapiopts():
144144def 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
Original file line number Diff line number Diff line change 2929# version is modified by misc/version.py (executed from Makefile). Do not edit.
3030setup (
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 (),
You can’t perform that action at this time.
0 commit comments