Skip to content

Commit

Permalink
chore: release 0.3.14 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Mar 23, 2022
1 parent c5f64d5 commit 9f546e6
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 390 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-setup-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.RENKU_CI_TOKEN }}
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Update/generate setup.py
run: |
python -m pip install --upgrade pip
pip install dephell[full]
pip install dephell[full] mistune==0.8.4
dephell deps convert --from pyproject.toml --to setup.py
- name: Fix setup.py format
run: |
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
Changes
=======

`0.3.14 <https://github.com/SwissDataScienceCenter/calamus/compare/v0.3.13...v0.3.14>`__ (2022-03-23)
-----------------------------------------------------------------------------------------------------

Fixes
~~~~~

- Fix schema inheritance not following class inheritance when using JsonLDAnnotation.

`0.3.13 <https://github.com/SwissDataScienceCenter/calamus/compare/v0.3.12...v0.3.13>`__ (2021-10-13)
-----------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion calamus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.13"
__version__ = "0.3.14"
Loading

0 comments on commit 9f546e6

Please sign in to comment.