Skip to content

Commit

Permalink
Merge pull request #179 from interob/modape-v.1.0.2
Browse files Browse the repository at this point in the history
increment patch version
  • Loading branch information
valpesendorfer authored Sep 6, 2022
2 parents e681a3b + b10be2e commit 9da42cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
- fix #83
- #### v 1.0.1
- pin `click` to version < 8
- #### v 1.0.2
- added support for MD5 checksum (used for download validation when using the -robust option)
- fixed authentication flow (#174)

- ## v 0.3
- #### v 0.3.0:
Expand Down
2 changes: 1 addition & 1 deletion _version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 1
VERSION_PATCH = 2

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

Expand Down

0 comments on commit 9da42cc

Please sign in to comment.