Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aucampia committed Mar 13, 2022
1 parent a50015e commit 9ac5b51
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
9 changes: 6 additions & 3 deletions AUTHORS.md
@@ -1,17 +1,20 @@
# Authors

* Ivan Herman ([@iherman](http://github.com/iherman))
* Ivan Herman ([@iherman](http://github.com/iherman))
* Sergio Fernández ([@wikier](http://github.com/wikier))
* Carlos Tejo ([@dayures](http://github.com/dayures))
* Alexey Zakhlestin ([@indeyets](http://github.com/indeyets))

# Contributors

See https://github.com/RDFLib/sparqlwrapper/graphs/contributors

* [@eggplants]https://github.com/eggplants: most things to make 2.0.0 happen
* Obey Arthur Liu ([@ArthurLiu](http://github.com/ArthurLiu)): different patches
* Christopher Lenz ([@cmlenz](http://github.com/cmlenz)): feature to allow developers to choose the json module
* Pēteris Caune ([@cuu508](http://github.com/cuu508)): great feedback and patches
* Bogdan Benea ([bugdone@users.sourceforge.net](mailto:bugdone@users.sourceforge.net)), patch for the query regular expresion
* William Waites ([@wwaites](http://github.com/wwaites)): patches for RDFLib3
* William Waites ([@wwaites](http://github.com/wwaites)): patches for RDFLib3
* Christoph Burgmer ([@cburgmer](http://github.com/cburgmer)): patches for RDFLib3
* Thomas Kluyver ([@takluyver](http://github.com/takluyver)): patches for Python 3.x
* Diego Berrueta ([@berrueta](http://github.com/berrueta)): new function for printing results as table
Expand All @@ -20,7 +23,7 @@
* Urs Holzer ([@uholzer](http://github.com/uholzer)): features, patches and testing
* Alf Lervåg ([@alf](http://github.com/alf)): setup patch
* Nolan Nichols ([@nicholsn](http://github.com/nicholsn)): http disgest auth support
* Kevin Turner ([@keturn](https://github.com/keturn)): `SmartWrapper.Value.__repr__()` implementation
* Kevin Turner ([@keturn](https://github.com/keturn)): `SmartWrapper.Value.__repr__()` implementation
* Marcelo Jorge Vieira ([@marcelometal](https://github.com/marcelometal)): typos
* Trevor Andersen ([@trevorandersen](https://github.com/trevorandersen): patches for Python 3.x
* Carlos Martinez-Ortiz ([@cmartinez](https://github.com/cmartinez): improves support for return format HTTP parameter
Expand Down
12 changes: 9 additions & 3 deletions ChangeLog.txt
@@ -1,10 +1,16 @@
SPARQLWrapper's changelog
=========================

2020-XX-XX 1.9.0
2022-03-14 2.0.0
-----------------
- Port codebase to Python 3. Drop support for Python 2
- XXX
- Ported codebase to Python 3. Dropped support for Python 2
- Removed nosetest in favour of unittest
- Added a CLI: ``rqw``
- Updated for RDFLib >= 6.1.1
- Added type hints

Special thanks to `@eggplants <https://github.com/eggplants>`_ for making this release happen.


2019-12-22 1.8.5
-----------------
Expand Down
2 changes: 1 addition & 1 deletion SPARQLWrapper/__init__.py
Expand Up @@ -9,7 +9,7 @@
"""

__version__ = "1.9.0.dev0"
__version__ = "2.0.0"
"""The version of SPARQLWrapper"""

__agent__: str = f"sparqlwrapper {__version__} (rdflib.github.io/sparqlwrapper)"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
keywords =
Expand Down

0 comments on commit 9ac5b51

Please sign in to comment.