File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
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
77`Anaconda.org <https://anaconda.org/pytask/pytask-stata >`_.
88
99
10+ 0.0.6 - 2021-03-05
11+ ------------------
12+
13+ - :gh: `10 ` fixes the version of the package.
14+
15+
10160.0.5 - 2021-03-04
1117------------------
1218
Original file line number Diff line number Diff line change 11name : pytask-stata
2+
23channels :
34 - conda-forge
4- - pytask
5+
56dependencies :
67 - python
78 - pip
@@ -24,4 +25,3 @@ dependencies:
2425 - pytest-cov
2526 - pytest-xdist
2627 - tox-conda
27- - versioneer
Original file line number Diff line number Diff line change 1919setup (
2020 name = "pytask-stata" ,
2121 version = versioneer .get_version (),
22- cmd_class = versioneer .get_cmdclass (),
22+ cmdclass = versioneer .get_cmdclass (),
2323 description = "Execute do-files with Stata and pytask." ,
2424 long_description = README ,
2525 long_description_content_type = "text/x-rst" ,
4545 package_dir = {"" : "src" },
4646 entry_points = {"pytask" : ["pytask_stata = pytask_stata.plugin" ]},
4747 include_package_data = True ,
48- zip_false = False ,
48+ zip_safe = False ,
4949)
Original file line number Diff line number Diff line change 1- __version__ = "0.0.3"
2-
31from ._version import get_versions
42
53__version__ = get_versions ()["version" ]
You can’t perform that action at this time.
0 commit comments