Skip to content

Commit 6e05b8e

Browse files
committed
Prepare release
1 parent 4e46a0e commit 6e05b8e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public
2828
moldrug.egg-info
2929

3030
src/moldrug/postpro.py
31+
src/moldrug/_version.py
3132
vina
3233

3334
streamlit/test/moldrug-dashboard.py

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This project received funding from `Marie Skłodowska-Curie Actions <https://cor
6565
with the pharmaceutical company `Boehringer Ingelheim <https://www.boehringer-ingelheim.com/de/>`__.
6666

6767

68-
.. |logo| image:: https://github.com/ale94mleon/moldrug/blob/main/docs/source/_static/moldrug-logo-full.svg
68+
.. |logo| image:: https://github.com/ale94mleon/moldrug/blob/main/docs/source/_static/moldrug-logo-full.svg?raw=true
6969
:target: https://github.com/ale94mleon/moldrug/
7070
:alt: logo
7171
.. |docs| image:: https://readthedocs.org/projects/moldrug/badge/?version=latest

docs/source/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [3.7.3] - 2024.07.05
11+
1012
### Changed
1113

1214
- Name from MolDrug to moldrug (mainly for documentation).
@@ -481,7 +483,8 @@ Print the starting date when moldrug is called from the command line.
481483
- Minor code cleaning.
482484
- Better code covered during testing
483485

484-
[unreleased]: https://github.com/ale94mleon/moldrug/compare/3.7.2...HEAD
486+
[unreleased]: https://github.com/ale94mleon/moldrug/compare/3.7.3...HEAD
487+
[3.7.3]: https://github.com/ale94mleon/moldrug/compare/3.7.2...3.7.3
485488
[3.7.2]: https://github.com/ale94mleon/moldrug/compare/3.7.1...3.7.2
486489
[3.7.1]: https://github.com/ale94mleon/moldrug/compare/3.7.0...3.7.1
487490
[3.7.0]: https://github.com/ale94mleon/moldrug/compare/3.6.1...3.7.0

src/moldrug/_version.py

-1
This file was deleted.

0 commit comments

Comments
 (0)