Skip to content

Commit 9da42cc

Browse files
Merge pull request #179 from interob/modape-v.1.0.2
increment patch version
2 parents e681a3b + b10be2e commit 9da42cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
- fix #83
3636
- #### v 1.0.1
3737
- pin `click` to version < 8
38+
- #### v 1.0.2
39+
- added support for MD5 checksum (used for download validation when using the -robust option)
40+
- fixed authentication flow (#174)
3841

3942
- ## v 0.3
4043
- #### v 0.3.0:

_version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
VERSION_MAJOR = 1
1717
VERSION_MINOR = 0
18-
VERSION_PATCH = 1
18+
VERSION_PATCH = 2
1919

2020
VERSION_STRING = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
2121

0 commit comments

Comments
 (0)