Skip to content

Commit

Permalink
chore: bumped the version to 5.0.0 and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBhatti committed Oct 1, 2024
1 parent 13d20b2 commit 8f9a8e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
os: [ubuntu-20.04]
python-version:
- '3.11'
- '3.12'
toxenv: [django42, quality, csslint, eslint, translations_validate]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: 3.12

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 5.0.0
* Added python 3.12 support. Dropped python 3.8 support.

## Version 4.1.0
* Added python 3.11 support. Dropped django32 support.

Expand Down
2 changes: 1 addition & 1 deletion freetextresponse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
present in order for the student to receive credit.
"""

__version__ = "4.1.0"
__version__ = "5.0.0"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def is_requirement(line):
'Programming Language :: JavaScript',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 4.2',
'Topic :: Education',
Expand Down

0 comments on commit 8f9a8e5

Please sign in to comment.