Skip to content
Snippets Groups Projects
Commit 21c1840a authored by florian's avatar florian
Browse files

Merge branch 'dev' into f-email-notify

parents dee5d409 42d5dcd3
No related branches found
No related tags found
2 merge requests!123REL: Release v0.6.0,!107ENH: setup logging and reporting for serverside execution
......@@ -16,6 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
with `create_crawler_status_records=True`.
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.5.0] - 2023-03-28 ##
(Florian Spreckelsen)
### Changed ###
- Refactoring of the crawl.py module: Now there is a separate scanner module handling the
......@@ -35,14 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
``scan_structure_elements`` in the scanner module mostly covers its
functionality.
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.4.0] - 2023-03-22 ##
(Florian Spreckelsen)
......
......@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Crawler
version: 0.4.0
version: 0.5.0
doi: 10.3390/data4020083
date-released: 2023-03-22
\ No newline at end of file
date-released: 2023-03-28
\ No newline at end of file
[metadata]
name = caoscrawler
version = 0.4.1
version = 0.5.1
author = Alexander Schlemmer
author_email = alexander.schlemmer@ds.mpg.de
description = A new crawler for caosdb
......@@ -21,7 +21,7 @@ python_requires = >=3.7
install_requires =
importlib-resources
caosdb >= 0.11.0
caosadvancedtools >= 0.6.0
caosadvancedtools >= 0.7.0
yaml-header-tools >= 0.2.1
pyyaml
odfpy #make optional
......
......@@ -17,6 +17,7 @@ Build documentation in `src/doc` with `make html`.
- `sphinx`
- `sphinx-autoapi`
- `recommonmark`
- `sphinx-rtd-theme`
### How to contribute ###
......
......@@ -33,10 +33,10 @@ copyright = '2021, MPIDS'
author = 'Alexander Schlemmer'
# The short X.Y version
version = '0.4.1'
version = '0.5.1'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.4.1-dev'
release = '0.5.1-dev'
# -- General configuration ---------------------------------------------------
......
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