Skip to content

Commit

Permalink
bump version to fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobacis committed Dec 27, 2021
1 parent 87149a8 commit 9723cc4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,14 @@ So if you receive errors like ``No matches returned for Username`` or ``No match

**If you think this is an error and you should be entitled to access the services, please contact Clarivate support first and verify if you have the WWS access. Please open an issue ONLY when you have (1) verified with Clarivate support that you have WWS access; (2) verified that you are connected from the correct network.**

Disclaimer
----------

All product names, trademarks, and registered trademarks are the property of their respective owners. All company, product, and service names used in this document are for identification purposes only. The use of these names, trademarks, and brands do not constitute an endorsement or recommendation by the companies.


.. _ReadTheDocs: https://wos.readthedocs.io/
.. _PyPI: https://pypi.python.org/project/wos
.. _user_query: https://help.incites.clarivate.com/wosWebServicesLite/WebServiceOperationsGroup/WebServiceOperations/g2/user_query.html
.. _WWS: https://clarivate.com/webofsciencegroup/solutions/xml-and-apis/

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@

# -- Project information -----------------------------------------------------

with open('../VERSION') as VERSION:
version = VERSION.read().strip()

year = str(datetime.datetime.now().year)
version = '0.2.7'

project = 'wos'
copyright = '%s, Enrico Bacis' % (year)
copyright = 'Product names and trademarks are the property of their respective owners.'
author = 'Enrico Bacis'

# The full version, including alpha/beta/rc tags
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
long_description = README.read()
long_description = long_description[long_description.index('Description'):]

with open('VERSION') as VERSION:
version = VERSION.read().strip()

suds_install_requires = ['suds'] if version_info < (3, 0) else ['suds-py3']

setup(name='wos',
version=version,
version='0.2.7',
description='Web of Science client using API v3.',
long_description=long_description,
install_requires=['limit'] + suds_install_requires,
Expand Down

0 comments on commit 9723cc4

Please sign in to comment.