Skip to content

Commit

Permalink
docs: bumpversion to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Nov 25, 2024
1 parent b0b1195 commit 2bfe05b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A library of graders for edX Custom Response problems.

Version 2.4.1 ([changelog](docs/changelog.md))
Version 3.0.0 ([changelog](docs/changelog.md))

Copyright 2017-2024 Jolyon Bloomfield and Chris Chudzicki

Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

# Version 3

This major release removes support for Python 2 and older versions of Python 3 and adds support for Python 3.8 and 3.11.

## Version 3.0

### Version 3.0.0

* Add Python 3.8 and 3.11 support
* Drop Python 2 support
* Remove six package

# Version 2

This is a major new version with many new features added. We have been very careful to preserve backwards compatibility of the outward-facing API of the library while adding new features. The biggest change (and the reason for the major version number) is that we are now fully compatible with python versions 2.7, 3.6 and 3.7. All typical applications of version 1.2 should be compatible with version 2. However, we do warn that we broke internal backwards compatibility in a number of locations in order to accommodate python 3. If you previously wrote custom plugins for version 1.2, we cannot guarantee that they will continue to work in version 2.
Expand Down
2 changes: 1 addition & 1 deletion mitxgraders/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Version number
"""

__version__ = "2.4.1"
__version__ = "3.0.0"
Binary file modified python_lib.zip
Binary file not shown.

0 comments on commit 2bfe05b

Please sign in to comment.