Skip to content

oasci/python-bc

Repository files navigation

Python Breadcrumbs

TODO:

Deploying

We use bump-my-version to release a new version. This will create a git tag that is used by poetry-dynamic-version to generate version strings.

However, we are using Calendar Versioning which means we need to manually specify new versions. For example, to bump the version to November 8, 2024, you would run the following command after activating the relevant conda environment.

bump-my-version bump --new-version 2024.11.8

After releasing a new version, you need to push and include all tags.

git push --follow-tags

License

Code contained in this project is released under the MIT License as specified in LICENSE_CODE. This license grants you the freedom to use, modify, and distribute it as long as you include the original copyright notice contained in LICENSE_CODE and the following notice.

Portions of this code were incorporated and adapted with permission from Python Breadcrumbs by OASCI licensed under the MIT license.

All other data, information, documentation, and associated content provided within this project are released under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0) as specified in LICENSE_INFO. This means you are free to share and adapt the non-code elements, but you must give appropriate credit to the original source and indicate if changes were made.

Some content was incorporated and adapted with permission Python Breadcrumbs by OASCI licensed under the CC BY-SA 4.0 license