Release notes
This version adds the ability to directly change the tagged release version of the [AMOF vocabularies](https://github.com/ncasuk/AMF_CVs/releases), where all the information about instruments, attributes, variables, and dimensions are stored. This means that users can easily stay up to date with any changes that might occur.
* This tag release value was previously available in the `values.py` file and could be changed there, however that is not easy to find when the package was installed, nor easy to make quick changes to.
* The tag release value is set to `latest` by default. This will find and use the latest tagged release of the vocabularies, meaning users don't have to keep up-to-date themselves with releases in that repository.
* `values.py` now contains functions that get the URLs for the vocabularies repository as well as getting the latest tagged release version, replacing the variables that were previously defining these.
Other small changes:
* `setup.py` has been removed and replaced with `pyproject.toml` in accordance with pip's encouragement away from `setup.py`
* package has been checked with Python 3.11
* all links to documentation should now refer to the stable version, rather than the latest version, and documentation includes new functions in `values.py`
What's Changed
* Update .readthedocs.yaml by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/51
* Run tests on python 3.11 by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/54
* Update branch to main by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/55
* AMF_CVs tag release version as parameter to functions by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/56
* Update update_docs branch to main by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/57
* Update docs by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/59
* Update actions by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/60
* pyproject.toml transition by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/61
* Update version number in pyproject.toml by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/62
* update_version action fixes by joshua-hampton in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/63
* Version Update PR by github-actions in https://github.com/joshua-hampton/ncas_amof_netcdf_template/pull/64
**Full Changelog**: https://github.com/joshua-hampton/ncas_amof_netcdf_template/compare/2.0.1...2.1.0