diff --git a/.gitignore b/.gitignore index 49be7b2..c9a6aac 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ public moldrug.egg-info src/moldrug/postpro.py +src/moldrug/_version.py vina streamlit/test/moldrug-dashboard.py diff --git a/README.rst b/README.rst index 9e09521..0ce4b5d 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ This project received funding from `Marie Skłodowska-Curie Actions `__. -.. |logo| image:: https://github.com/ale94mleon/moldrug/blob/main/docs/source/_static/moldrug-logo-full.svg +.. |logo| image:: https://github.com/ale94mleon/moldrug/blob/main/docs/source/_static/moldrug-logo-full.svg?raw=true :target: https://github.com/ale94mleon/moldrug/ :alt: logo .. |docs| image:: https://readthedocs.org/projects/moldrug/badge/?version=latest diff --git a/docs/source/CHANGELOG.md b/docs/source/CHANGELOG.md index d2a3541..9521a39 100644 --- a/docs/source/CHANGELOG.md +++ b/docs/source/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [3.7.3] - 2024.07.05 + ### Changed - Name from MolDrug to moldrug (mainly for documentation). @@ -481,7 +483,8 @@ Print the starting date when moldrug is called from the command line. - Minor code cleaning. - Better code covered during testing -[unreleased]: https://github.com/ale94mleon/moldrug/compare/3.7.2...HEAD +[unreleased]: https://github.com/ale94mleon/moldrug/compare/3.7.3...HEAD +[3.7.3]: https://github.com/ale94mleon/moldrug/compare/3.7.2...3.7.3 [3.7.2]: https://github.com/ale94mleon/moldrug/compare/3.7.1...3.7.2 [3.7.1]: https://github.com/ale94mleon/moldrug/compare/3.7.0...3.7.1 [3.7.0]: https://github.com/ale94mleon/moldrug/compare/3.6.1...3.7.0 diff --git a/src/moldrug/_version.py b/src/moldrug/_version.py deleted file mode 100644 index 3bdbbae..0000000 --- a/src/moldrug/_version.py +++ /dev/null @@ -1 +0,0 @@ -__version__ = "3.7.2"