From d3dc83b540837c30d448b756a0a2810509776f65 Mon Sep 17 00:00:00 2001 From: osinjoku <49887472+osinjoku@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:05:30 +1100 Subject: [PATCH 1/2] Fix links in README (#27) * fix links * changelog --- CHANGELOG.md | 2 +- README.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9806e3c..71ed178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A ### Fixed -- N/A +- Fixed README links ### Security - N/A diff --git a/README.md b/README.md index 4632ecf..349d83d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ python run.py build-docs Options: - `--skip-build` (`-s`): Skip building before generating docs -The documentation can be accessed locally by opening the [index.html](docs/build/html/index.html) in the [html](docs/build/html/) folder. +The documentation can be accessed locally by opening the index.html in the docs/build/html/ folder. ### Running the Formatter @@ -145,7 +145,7 @@ Key modules include: ## Contributing -We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to this project. Here's a quick overview: +We welcome contributions! Please see our [Contributing Guide](https://github.com/Autodesk/moldflow-api/blob/main/CONTRIBUTING.md) for details on how to contribute to this project. Here's a quick overview: 1. Fork the repository 2. Create a feature branch (`git checkout -b feature/amazing-feature`) @@ -161,15 +161,14 @@ We use [Semantic Versioning](https://semver.org/). For available versions, see t ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/Autodesk/moldflow-api/blob/main/LICENSE) file for details. ## Support - **Documentation**: [Full documentation available online](https://autodesk.github.io/moldflow-api) - **Issues**: Report bugs and request features through [GitHub Issues](https://github.com/Autodesk/moldflow-api/issues) -- **Security**: For security issues, please see our [Security Policy](SECURITY.md) -- **Discussions**: Join our [GitHub Discussions](https://github.com/Autodesk/moldflow-api/discussions) for questions and community support +- **Security**: For security issues, please see our [Security Policy](https://github.com/Autodesk/moldflow-api/blob/main/SECURITY.md) ## Code of Conduct -This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. +This project adheres to the Contributor Covenant [code of conduct](https://github.com/Autodesk/moldflow-api/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. From cb5b726f810369c0b49c009de5ae3613d65a170b Mon Sep 17 00:00:00 2001 From: Osi Njoku Date: Tue, 28 Oct 2025 18:14:52 +1100 Subject: [PATCH 2/2] new pypi deployment --- CHANGELOG.md | 20 ++++++++++++++++++++ version.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ed178..787134a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - N/A +### Fixed +- N/A + +### Security +- N/A + +## [26.0.3] + +### Added +- N/A + +### Changed +- N/A + +### Deprecated +- N/A + +### Removed +- N/A + ### Fixed - Fixed README links diff --git a/version.json b/version.json index 14ab214..e6f778a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "major": "26", "minor": "0", - "patch": "2" + "patch": "3" }