Skip to content

Commit 49af85b

Browse files
committed
Bump to new version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d5766be commit 49af85b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ Release notes
44
vNext
55
-----
66

7+
8+
Version 21.1.21
9+
---------------
10+
11+
- Bump dependencies and use latest typecode and binaries. This is to fix
12+
installation problems on multiple OSes.
13+
14+
715
Version 21.1.21
816
---------------
917

10-
*2021-01-21*
1118
- Add new [full] extra requires that install all the dependencies
1219
- Fix bug related to commoncode libraries loading
1320
- Improve the extra requirements
@@ -18,16 +25,12 @@ Version 21.1.21
1825
Version 21.1.15
1926
---------------
2027

21-
*2021-01-15*
2228
- Drop support for Python 2
2329
- Use the latest CommonCode and TypeCode libraries
24-
25-
*2020-11-13*
2630
- Add azure-pipelines CI support
2731

2832

2933
Version 20.10
3034
-------------
3135

32-
*2020-10-06*
3336
- Initial release.

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ zip_safe = false
3737
install_requires =
3838
commoncode >= 21.1.21
3939
plugincode >= 21.1.21
40-
typecode >= 21.1.21
40+
typecode >= 21.2.23
4141
patch >= 1.16
4242

4343
setup_requires = setuptools_scm[toml] >= 4
@@ -47,9 +47,9 @@ where=src
4747

4848
[options.extras_require]
4949
full =
50-
extractcode-7z >= 16.5.210122
51-
extractcode_libarchive >= 3.5.1.210122
52-
typecode[full] >= 21.1.21
50+
extractcode-7z >= 16.5.210223
51+
extractcode_libarchive >= 3.5.1.210223
52+
typecode[full] >= 21.2.23
5353

5454
testing =
5555
# upstream

0 commit comments

Comments
 (0)