File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
7
7
`Anaconda.org <https://anaconda.org/conda-forge/pytask-stata >`_.
8
8
9
9
10
+ 0.1.2 - 2022-02-08
11
+ ------------------
12
+
13
+ - :gh: `18 ` fixes the minimum python and pytask version.
14
+
15
+
10
16
0.1.1 - 2022-02-07
11
17
------------------
12
18
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ classifiers =
15
15
Operating System :: OS Independent
16
16
Programming Language :: Python :: 3
17
17
Programming Language :: Python :: 3 :: Only
18
- Programming Language :: Python :: 3.6
19
18
Programming Language :: Python :: 3.7
20
19
Programming Language :: Python :: 3.8
21
20
Programming Language :: Python :: 3.9
@@ -30,8 +29,8 @@ project_urls =
30
29
packages = find:
31
30
install_requires =
32
31
click
33
- pytask>=0.1.0
34
- python_requires = >=3.6
32
+ pytask>=0.1.7
33
+ python_requires = >=3.7
35
34
include_package_data = True
36
35
package_dir = =src
37
36
zip_safe = False
You can’t perform that action at this time.
0 commit comments