We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0640 commit b0f889bCopy full SHA for b0f889b
CHANGES.rst
@@ -7,6 +7,12 @@ all releases are available on `PyPI <https://pypi.org/project/pytask-stata>`_ an
7
`Anaconda.org <https://anaconda.org/pytask/pytask-stata>`_.
8
9
10
+0.0.5 - 2021-xx-xx
11
+------------------
12
+
13
+- :gh:`7` fix some post-release issues.
14
15
16
0.0.4 - 2021-02-25
17
------------------
18
setup.py
@@ -25,6 +25,8 @@
25
long_description_content_type="text/x-rst",
26
author="Tobias Raabe",
27
author_email="[email protected]",
28
+ url=PROJECT_URLS["Github"],
29
+ project_urls=PROJECT_URLS,
30
python_requires=">=3.6",
31
license="MIT",
32
classifiers=[
0 commit comments