Skip to content

Commit

Permalink
Version bump (0.5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Feb 21, 2022
1 parent 18fc9f2 commit 20bba77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.5.4] 21/02/222
### Fixed
- Improved loading speed of machine IPs
### Development
- Bumped dependency versions

## [0.5.3] 13/02/2022
### Added
- Add the 'remember me' option for long-lasting refresh tokens
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
requests==2.25.1
pytest==6.2.2
python-dotenv==0.15.0
pytest-cov==2.11.1
pytest-xdist==2.2.1
Sphinx==3.5.1
sphinx-rtd-theme==0.5.1
python-dateutil==2.8.1
requests==2.27.1
pytest==7.0.1
python-dotenv==0.19.2
pytest-cov==3.0.0
pytest-xdist==2.5.0
Sphinx==4.4.0
sphinx-rtd-theme==1.0.0
python-dateutil==2.8.2
twine
flask==2.0.2
flask==2.0.3
# Static type checking
mypy
types-requests
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="PyHackTheBox",
version="0.5.3",
version="0.5.4",
author="clubby789@github.com",
author_email="clubby789@gmail.com",
description="A wrapper for the Hack The Box API.",
Expand All @@ -26,8 +26,8 @@
packages=["hackthebox"],
python_requires='>=3.8',
install_requires=[
"requests==2.25.1",
"python-dateutil==2.8.1"
"requests==2.27.1",
"python-dateutil==2.8.2"
],
long_description_content_type='text/markdown'
)

0 comments on commit 20bba77

Please sign in to comment.