Skip to content

Commit 4e88ac7

Browse files
Tag v30.1.0 for release
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 859ffe3 commit 4e88ac7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release 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+
413
Version 30.0.2
514
-----------------
615

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@rem # Requirement arguments passed to pip and used by default or with --dev.
2929
set "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
3333
set "VIRTUALENV_DIR=venv"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = typecode
3-
version = 30.0.2
3+
version = 30.1.0
44
license = Apache-2.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)