Skip to content
Snippets Groups Projects
Commit ac0312f1 authored by Ralf Klammer's avatar Ralf Klammer
Browse files

v0.2.0

parent 81c0f383
No related branches found
No related tags found
No related merge requests found
Pipeline #1538933 passed
v0.2.0.dev
v0.2.0
##########
- configuration via environment variables and/or .env file
- added automatic code documentation and publishing to GitHub Pages
(via CI/CD)
- publish the package to integrated python package registry (via CI/CD)
- new checks:
- number_of_entities
- involvement
- solr
- added generic class `CheckerBase` & unified the method
CheckerBase/run_checks to simplify the implementation of
new checks
v0.1.0
##########
......
......@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name="AvailabilityChecker",
version="0.2.0.dev",
version="0.2.0",
description="""
This project contains a tool for checking the availability of
NFDI4Earth services using Selenium.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment