Skip to content

Commit

Permalink
Version bump and tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
adi committed Mar 30, 2023
1 parent 5bde86b commit 10349e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ ubuntu-latest ]
python-version: [ 3.9, "3.10" ]
django-version: [ 3.1, 3.2, 4.0 ]
django-version: [ 3.1, 3.2, 4.0, 4.1 ]

steps:
- name: Install system dependencies (windows)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ ubuntu-latest ]
python-version: [ 3.9, "3.10" ]
django-version: [ 3.1, 3.2, 4.0 ]
django-version: [ 3.1, 3.2, 4.0, 4.1 ]

steps:
- name: Install system dependencies (windows)
Expand Down
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ sudo: false

matrix:
include:
- python: 3.6
env: DJANGO=3.0.*
- python: 3.6
env: DJANGO=3.1.*

- python: 3.7
env: DJANGO=3.0.*
- python: 3.7
env: DJANGO=3.1.*

- python: 3.8
env: DJANGO=2.2.*
- python: 3.8
Expand Down
2 changes: 1 addition & 1 deletion markdownx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
__license__ = 'BSD'
__maintainer__ = 'Adi, Pouria Hadjibagheri'
__url__ = 'https://github.com/neutronX/django-markdownx'
__version__ = '4.0.0'
__version__ = '4.0.1'
__description__ = 'A comprehensive Markdown editor built for Django.'
# ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

Expand Down

0 comments on commit 10349e7

Please sign in to comment.