Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Jan 16, 2023
2 parents abb3780 + 3c9eb03 commit ae89105
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: 'Bump version and push tag - dry run'
id: tag_raw
uses: mathieudutour/github-tag-action@v6.0
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: stable
Expand Down Expand Up @@ -162,6 +162,7 @@ jobs:
- name: 'Deploying miniconda'
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
environment-file: recipes/workflow.yaml
mamba-version: "*"
channel-priority: true
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [0.8.0](https://github.com/brsynth/neo4jsbml/tree/0.8.0) (2023-01-16)

[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/710ac296807b62182b8280c407d990537bacdce7...0.8.0)
[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/0.8.1...0.8.0)

## [0.8.1](https://github.com/brsynth/neo4jsbml/tree/0.8.1) (2023-01-16)

[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/710ac296807b62182b8280c407d990537bacdce7...0.8.1)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion src/neo4jsbml/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__app_name__ = "neo4jsbml"
__version__ = "0.8.1"
__version__ = "0.8.2"

0 comments on commit ae89105

Please sign in to comment.