Skip to content

Commit

Permalink
v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundih committed Jun 7, 2022
1 parent 8a17def commit 5c4d7ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,6 @@ CHANGELOG

3.8.1 (07/06/2022)
- imports update.

3.8.2 (07/06/2022)
- logistics 0.0.3 > 0.0.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
duality >= 4.7.2
logistics >= 0.0.3
logistics >= 0.0.4
colorama
pandas >= 1.2.3
numpy >= 1.19.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
packages = find_packages(),
install_requires = [
'duality >= 4.7.2',
'logistics >= 0.0.3',
'logistics >= 0.0.4',
'colorama',
'pandas >= 1.2.3',
'numpy >= 1.19.5',
Expand Down
2 changes: 1 addition & 1 deletion vandal/misc/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

]
__license__ = 'Copyright © 2021-2022 David Kundih. All rights reserved. Licensed under the Apache License, Version 2.0 | For more details about the license and terms of use visit the official vandal documentation linked at https://github.com/dkundih/vandal and https://pypi.org/project/vandal'
__version__ = '3.8.1'
__version__ = '3.8.2'
__documentation__ = 'https://github.com/dkundih/vandal | https://pypi.org/project/vandal'
__contact__ = 'dakundih@unin.hr | kundihdavid@gmail.com'
__donate__ = 'https://patreon.com/dkundih | https://buymeacoffee.com/dkundih'
Expand Down

0 comments on commit 5c4d7ad

Please sign in to comment.