Skip to content

Commit

Permalink
Merge branch 'release/4.17.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Apr 24, 2024
2 parents 886dd8d + 7666454 commit 2c64fce
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dbdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
uses: actions/setup-node@v2-beta
with:
node-version: ${{ env.NODE_VERSION }}
# dbdocs is pinned to 0.8 until django-dbml supports 0.9+
- name: Install dbdocs
run: npm install -g dbdocs
run: npm install -g dbdocs@0.8
- name: Check dbdocs
run: dbdocs
# Python version to use is stored in the .python-version file, which is the
Expand All @@ -46,7 +47,7 @@ jobs:

# Build and publish dbdocs
- name: Generate DBML
run: python manage.py dbml corpus common footnotes djiffy contenttypes admin auth > geniza.dbml
run: python manage.py dbml corpus common footnotes djiffy contenttypes admin auth entities > geniza.dbml
- name: Push to dbdocs
env:
DBDOCS_TOKEN: ${{ secrets.DBDOCS_TOKEN }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

4.17.1
------

- bugfix: Pin django-dbml to 0.7 and dbdocs to 0.8, until django-dbml supports dbdocs 0.9+

4.17
----

Expand Down
2 changes: 1 addition & 1 deletion geniza/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (4, 17, 0, None)
__version_info__ = (4, 17, 1, None)


# Dot-connect all but the last. Last is dash-connected if not None.
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-autocomplete-light==3.11.0
django-cas-ng==4.3.0
django-csp==3.7
django-csp-helpers==0.6.2
django-dbml==0.6.0
django-dbml==0.7.0
django-debug-toolbar==3.7.0
django-filter==21.1
django-fixture-magic==0.1.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pytest>=4.6 # required for pytest-cov
pytest-django>=4.1.0,<4.5.0
pytest-cov
wheel
django-dbml>=0.6.0
django-dbml>=0.7.0
percy-selenium
selenium>=4.8.0

0 comments on commit 2c64fce

Please sign in to comment.