diff --git a/docs/changes.rst b/docs/changes.rst index e50c85b..ac986e1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,7 +4,7 @@ Changelog Version 0.8.0 ------------- -To be released. +Released on July 7, 2024. - Python 3.4--3.7 are no more supported. The minimum supported Python version is Python 3.8. Instead, now it's tested with Python 3.8--3.11. @@ -15,7 +15,11 @@ To be released. were incorrectly typed. - :class:`wikidata.multilingual.MultilingualText`'s constructor became to take only :class:`Locale` for parameter ``locale``. -- Added date precision 7 in :class:`wikidata.datavalue.decoder` [:pr:`59`] +- Added date precision 7 in :class:`wikidata.datavalue.decoder`. + [:pr:`59` by Baptiste Bayche] +- Added date precision 10 in :class:`wikidata.datavalue.decoder`. + [:pr:`60` by David Doukhan] + Version 0.7.0 ------------- diff --git a/setup.cfg b/setup.cfg index e810007..3051c0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,16 +3,16 @@ name = Wikidata version = attr: wikidata.__version__ description = Wikidata client library long_description = file: README.rst -long-description-content-type = text/x-rst; charset=UTF-8 +long_description_content_type = text/x-rst; charset=UTF-8 url = https://github.com/dahlia/wikidata -project-urls = +project_urls = Docs = https://wikidata.readthedocs.io/ author = Hong Minhee author_email = hong.minhee@gmail.com license = GPLv3 or later keywords = wikidata ontology platforms = any -classifiers = +classifiers = Development Status :: 4 - Beta Intended Audience :: Developers Intended Audience :: Information Technology