Skip to content
Snippets Groups Projects
Commit 17f6e06d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

REL: Release 0.10.1

Fix for uploading the package
parent 921f0137
No related branches found
No related tags found
No related merge requests found
Pipeline #57577 failed
...@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.10.1] - 2024-11-13 ##
### Fixed ###
* Removed optional rocrate dependency which prevented package
publication on PyPI for a violation of PEP 440 (see
https://github.com/pypi/warehouse/issues/7136). It will be
re-activated once
https://github.com/ResearchObject/ro-crate-py/issues/203 has been
resolved upstream. For now, if you want to use the ROCrate or ELN
converters, manually install the fix from
https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
```sh
pip install git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
```
## [0.10.0] - 2024-11-13 ## ## [0.10.0] - 2024-11-13 ##
### Added ### ### Added ###
......
...@@ -17,6 +17,6 @@ authors: ...@@ -17,6 +17,6 @@ authors:
given-names: Alexander given-names: Alexander
orcid: https://orcid.org/0000-0003-4124-9649 orcid: https://orcid.org/0000-0003-4124-9649
title: CaosDB - Crawler title: CaosDB - Crawler
version: 0.10.0 version: 0.10.1
doi: 10.3390/data9020024 doi: 10.3390/data9020024
date-released: 2024-11-13 date-released: 2024-11-13
\ No newline at end of file
[metadata] [metadata]
name = caoscrawler name = caoscrawler
version = 0.10.0 version = 0.10.1
author = Alexander Schlemmer author = Alexander Schlemmer
author_email = alexander.schlemmer@ds.mpg.de author_email = alexander.schlemmer@ds.mpg.de
description = A new crawler for LinkAhead description = A new crawler for LinkAhead
...@@ -49,5 +49,3 @@ h5-crawler = ...@@ -49,5 +49,3 @@ h5-crawler =
numpy numpy
spss = spss =
pandas[spss] pandas[spss]
rocrate =
rocrate @ git+https://github.com/salexan2001/ro-crate-py.git@f-automatic-dummy-ids
...@@ -33,10 +33,10 @@ copyright = '2024, IndiScale' ...@@ -33,10 +33,10 @@ copyright = '2024, IndiScale'
author = 'Alexander Schlemmer' author = 'Alexander Schlemmer'
# The short X.Y version # The short X.Y version
version = '0.10.0' version = '0.10.1'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2' # release = '0.5.2-rc2'
release = '0.10.0' release = '0.10.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment