Skip to content

Commit

Permalink
Merge pull request #39 from ITC-CRIB/release-v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
manuGil authored May 26, 2023
2 parents 6c21c21 + d175044 commit 4f3d568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ A package to create, publish and clone research datasets.
Installation
------------

*fairly* requires Python 3.8 or later, and it can be installed directly
*fairly* requires Python 3.8 or later, and `ruamel.yaml` version *0.17.26* or later. It can be installed directly
using pip.

.. code:: shell
Expand Down
1 change: 1 addition & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The *Fairly Toolset* provides functionality for the core tasks of preparing, upl

* Python 3.8 or higher
* pip 20.0 or higher
* ruamel.yaml 0.17.26 or higher

Installing the Toolset
------------------------
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fairly"
version = "0.3.0"
version = "0.4.0"
authors = [
{ name="Serkan Girgin", email="[email protected]" },
{ name="Manuel Garcia Alvarez", email="[email protected]" },
Expand All @@ -17,7 +17,7 @@ dependencies = [
"python-dateutil",
"requests",
"requests_toolbelt",
"ruamel.yaml",
"ruamel.yaml>=0.17.26",
"typer>=0.9.0",
"rich"
]
Expand All @@ -27,10 +27,7 @@ keywords = ["fairly", "open science", "research data", "data management"]
dev = [
"pytest",
"pytest-cov",
# "pytest-recording",
"python-dotenv"
# FIXME: Patches used by vcrpy is not compatible with the latest urllib3
# "vcrpy"
]

[project.urls]
Expand Down

0 comments on commit 4f3d568

Please sign in to comment.