Skip to content

Commit e05ac8c

Browse files
committed
docs: Bump version to 0.1.0 to reflect still in dev. Amended readme to reflect
1 parent 6d16ae5 commit e05ac8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Additionally, if you'd like to contribute a new backend implementation into the
2121

2222
## Installation and usage
2323

24-
The DVE is a Python package and can be installed using `pip`. As of release v1.0.0 we currently only supports Python 3.7, with Spark version 3.2.1 and DuckDB version of 1.1.0. We are currently working on upgrading the DVE to work on Python 3.11+ and this will be made available asap with version 2.0.0 release.
24+
The DVE is a Python package and can be installed using `pip`. As of release v0.1.0 we currently only supports Python 3.7, with Spark version 3.2.1 and DuckDB version of 1.1.0. We are currently working on upgrading the DVE to work on Python 3.11+ and this will be made available asap with version 1.0.0 release.
2525

2626
In addition to a working Python 3.7+ installation you will need OpenJDK 11 installed if you're planning to use the Spark backend implementation.
2727

@@ -30,7 +30,7 @@ Python dependencies are listed in `pyproject.toml`.
3030
To install the DVE package you can simply install using a package manager such as [pip](https://pypi.org/project/pip/).
3131

3232
```
33-
pip install git+https://github.com/NHSDigital/data-validation-engine.git@v1.0.0
33+
pip install git+https://github.com/NHSDigital/data-validation-engine.git@v0.1.0
3434
```
3535

3636
Once you have installed the DVE you are ready to use it. For guidance on how to create your dischema json document (configuration), please read the [documentation](./docs/).
@@ -48,8 +48,8 @@ If you have feature request then please follow the same process whilst using the
4848
Below is a list of features that we would like to implement or have been requested.
4949
| Feature | Release Version | Released? |
5050
| ------- | --------------- | --------- |
51-
| Open source release | 1.0.0 | Yes |
52-
| Uplift to Python 3.11 | 2.0.0 | No |
51+
| Open source release | 0.1.0 | Yes |
52+
| Uplift to Python 3.11 | 1.0.0 | No |
5353
| Upgrade to Pydantic 2.0 | Not yet confirmed | No |
5454
| Create a more user friendly interface for building and modifying dischema files | Not yet confirmed | No |
5555

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nhs_dve"
3-
version = "1.1.0"
3+
version = "0.1.0"
44
description = "`nhs data validation engine` is a framework used to validate data"
55
authors = ["NHS England <england.contactus@nhs.net>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)