Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #38 from bclindner/1.1.0
Browse files Browse the repository at this point in the history
Bump to 1.1.0
  • Loading branch information
bclindner authored May 22, 2021
2 parents 00c74f8 + 8dc0deb commit 03383da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

# Ivory version number
VERSION = "v1.0.0"
VERSION = "v1.1.0"

# Default amount of seconds to wait between report passes
DEFAULT_WAIT_TIME = 300
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
atomicwrites==1.3.0
attrs==19.3.0
autopep8==1.4.4
beautifulsoup4==4.8.0
beautifulsoup4==4.9.3
blurhash==1.1.4
certifi==2019.9.11
chardet==3.0.4
decorator==4.4.0
idna==2.8
importlib-metadata==0.23
Mastodon.py==1.4.6
Mastodon.py==1.5.1
more-itertools==7.2.0
packaging==19.2
pluggy==0.13.0
Expand All @@ -22,6 +23,6 @@ requests==2.22.0
six==1.12.0
soupsieve==1.9.4
urllib3==1.25.8
voluptuous==0.11.7
voluptuous==0.12.1
wcwidth==0.1.7
zipp==0.6.0

0 comments on commit 03383da

Please sign in to comment.