Skip to content

Commit

Permalink
Updating version to 2.1.1 (#502)
Browse files Browse the repository at this point in the history
* Updating version to 2.1.1

* Adding beautifulsoup4 to conda-reqs.txt
  • Loading branch information
ianhelle authored Sep 14, 2022
1 parent 2df1d07 commit cff0279
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda/conda-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ azure-mgmt-keyvault>=2.0.0
azure-mgmt-network>=2.7.0
azure-mgmt-resource>=16.1.0
azure-storage-blob>=12.5.0
beautifulsoup4>=4.0.0
bokeh>=1.4.0
cryptography>=3.1
deprecated>=1.2.4
Expand Down
2 changes: 1 addition & 1 deletion msticpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version file."""
VERSION = "2.1.0"
VERSION = "2.1.1"
1 change: 1 addition & 0 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ azure-mgmt-resource>=16.1.0
azure-mgmt-resourcegraph>=8.0.0
azure-mgmt-subscription>=3.0.0
azure-storage-blob>=12.5.0
beautifulsoup4>=4.0.0
bokeh>=1.4.0
cryptography>=3.1
deprecated>=1.2.4
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp>=3.7.4
async-cache>=1.1.1
bandit>=1.7.0
beautifulsoup4
beautifulsoup4>=4.0.0
black>=20.8b1
coverage>=5.5
docutils<0.20.0
Expand Down

0 comments on commit cff0279

Please sign in to comment.