File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ Release notes
44vNext
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+
715Version 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
1825Version 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
2933Version 20.10
3034-------------
3135
32- *2020-10-06 *
3336- Initial release.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ zip_safe = false
3737install_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
4343setup_requires = setuptools_scm[toml] >= 4
@@ -47,9 +47,9 @@ where=src
4747
4848[options.extras_require]
4949full =
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
5454testing =
5555 # upstream
You can’t perform that action at this time.
0 commit comments