Skip to content

Commit b0f889b

Browse files
authored
Fix post-release issues. (#7)
1 parent b2c0640 commit b0f889b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.5 - 2021-xx-xx
11+
------------------
12+
13+
- :gh:`7` fix some post-release issues.
14+
15+
1016
0.0.4 - 2021-02-25
1117
------------------
1218

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
long_description_content_type="text/x-rst",
2626
author="Tobias Raabe",
2727
author_email="[email protected]",
28+
url=PROJECT_URLS["Github"],
29+
project_urls=PROJECT_URLS,
2830
python_requires=">=3.6",
2931
license="MIT",
3032
classifiers=[

0 commit comments

Comments
 (0)