File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,5 +136,5 @@ make doc
136136Releases are done via github release
137137
138138- a release will trigger a github workflow to publish the package on Pypi
139- - Make sure to update to a new version in ` pyproject.toml ` before making the release
139+ - Make sure to update to a new version in ` pyproject.toml ` and ` conf.py ` before making the release
140140- It is possible to test the publishing on Pypi.test by running a manual workflow: go to github actions and run the Workflow: 'Publish on Pypi Test'
Original file line number Diff line number Diff line change 99project = "gimie"
1010copyright = "2023, sdsc-ordes"
1111author = "sdsc-ordes"
12- release = "0.7.1 "
12+ release = "0.7.2 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " gimie"
5- version = " 0.7.1 "
5+ version = " 0.7.2 "
66description = " Extract structured metadata from git repositories."
77authors = [" Swiss Data Science Center <contact@datascience.ch>" ]
88license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments