Skip to content

Commit 6c92e46

Browse files
authored
chore: bump to 0.7.2 (#122)
* chore: bump to 0.7.2 * chore:bump to 0.7.2 * chore(docs): update docs for releases
1 parent 3867d7a commit 6c92e46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ make doc
136136
Releases 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'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "gimie"
1010
copyright = "2023, sdsc-ordes"
1111
author = "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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "gimie"
5-
version = "0.7.1"
5+
version = "0.7.2"
66
description = "Extract structured metadata from git repositories."
77
authors = ["Swiss Data Science Center <contact@datascience.ch>"]
88
license = "Apache-2.0"

0 commit comments

Comments
 (0)