Skip to content

Commit

Permalink
chore: bump to 0.7.2 (#122)
Browse files Browse the repository at this point in the history
* chore: bump to 0.7.2

* chore:bump to 0.7.2

* chore(docs): update docs for releases
  • Loading branch information
rmfranken authored Dec 18, 2024
1 parent 3867d7a commit 6c92e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ make doc
Releases are done via github release

- a release will trigger a github workflow to publish the package on Pypi
- Make sure to update to a new version in `pyproject.toml` before making the release
- Make sure to update to a new version in `pyproject.toml` and `conf.py` before making the release
- 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'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "gimie"
copyright = "2023, sdsc-ordes"
author = "sdsc-ordes"
release = "0.7.1"
release = "0.7.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "gimie"
version = "0.7.1"
version = "0.7.2"
description = "Extract structured metadata from git repositories."
authors = ["Swiss Data Science Center <contact@datascience.ch>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 6c92e46

Please sign in to comment.