Skip to content

Commit

Permalink
Merge pull request #236 from bluelabsio/RM-72-release-1.5.3
Browse files Browse the repository at this point in the history
RM-72 update version to 1.5.3
  • Loading branch information
Brunope authored Apr 5, 2023
2 parents c7bb054 + febfb25 commit ede26b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion records_mover/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.5.2'
__version__ = '1.5.3'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8
# https://github.com/pallets/markupsafe/issues/284
markupsafe==2.0.1
# https://github.com/pandas-dev/pandas/pull/45749
pandas>=1.1.5
pandas>=1.1.5,<2
google-cloud-storage
boto3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def initialize_options(self) -> None:
]

pandas_dependencies = [
'pandas>=1.1.5',
'pandas>=1.1.5,<2',
]

mysql_dependencies = [
Expand Down

0 comments on commit ede26b9

Please sign in to comment.