Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Version 2.0.1, 2026-03-03

This is a pure documentation update that fixes the confusing description of version compatibility in the README (see [#31](https://github.com/roskakori/CodecMapper/issues/31)).

## Version 2.0.0, 2026-02-25

This is a pure technical release that does not change the functionality of the package.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $ git push
Tag a release:

```console
$ git tag --annotate --message "Tagged version 2.x.x." v2.x.x
$ git tag --annotate --message "Tag version 2.x.x" v2.x.x
$ git push --tags
```

Expand Down
4 changes: 2 additions & 2 deletions ebcdic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

This package requires Python 3.9 or later.

For compatibility with Python 2.7 to 3.3, use [version 1.1.1](https://pypi.org/project/ebcdic/1.1.1/).
For compatibility with Python 2.7 or from 3.4 to 3.8, use [version 1.1.1](https://pypi.org/project/ebcdic/1.1.1/).

For compatibility with Python 2.6 to 3.2, use [version 1.0.0](https://pypi.org/project/ebcdic/1.0.0/).
For compatibility with Python 2.6 or from 3.1 to 3.3, use [version 1.0.0](https://pypi.org/project/ebcdic/1.0.0/).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion ebcdic/ebcdic/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.0"
__version__ = "2.0.1"
__version_info__ = tuple(int(item) if item.isdigit() else item for item in __version__.split("."))
38 changes: 27 additions & 11 deletions ebcdic/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.