Skip to content

Commit f139af4

Browse files
author
Maximilian Karl
committed
prepare version 1.1.18
1 parent 7a4031f commit f139af4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/changes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,10 @@ Version 1.1.15 (July 30, 2021)
120120
Version 1.1.17 (November 11, 2021)
121121
-----------------------------------
122122
* add output for crashed git pull operatins
123-
* fix empty repositories
123+
* fix empty repositories
124+
125+
Version 1.1.18 (November 11, 2021)
126+
-----------------------------------
127+
* change README intructions
128+
* Excrption handling for release count
129+
* replace git pull by generation of a new clone

github2pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.17'
1+
__version__ = '1.1.18'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description_content_type="text/markdown",
2121
author="Maximilian Karl & Sebastian Zug",
2222
url="https://github.com/TUBAF-IFI-DiPiT/github2pandas",
23-
download_url="https://github.com/user/reponame/archive/v_01.tar.gz",
23+
download_url=f"https://github.com/TUBAF-IFI-DiPiT/github2pandas/archive/github2pandas-{__version__}.tar.gz",
2424
keywords=["git", "github", "collaborative code development", "git mining"],
2525
install_requires=[
2626
"pygit2==1.5.0",

0 commit comments

Comments
 (0)