File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+
5+ Version 30.1.0
6+ -----------------
7+
8+ - Support python3.14 and other misc fixes
9+ https://github.com/aboutcode-org/typecode/pull/46
10+ - Replace pkg_resources with importlib.metadata
11+ https://github.com/aboutcode-org/typecode/pull/45
12+
413Version 30.0.2
514-----------------
615
Original file line number Diff line number Diff line change 2727
2828@ rem # Requirement arguments passed to pip and used by default or with --dev.
2929set " REQUIREMENTS = --editable . --constraint requirements.txt"
30- set " DEV_REQUIREMENTS = --editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
30+ set " DEV_REQUIREMENTS = --editable .[dev,full ] --constraint requirements.txt --constraint requirements-dev.txt"
3131
3232@ rem # where we create a virtualenv
3333set " VIRTUALENV_DIR = venv"
Original file line number Diff line number Diff line change 11[metadata]
22name = typecode
3- version = 30.0.2
3+ version = 30.1.0
44license = Apache-2.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
You can’t perform that action at this time.
0 commit comments