Skip to content

Commit

Permalink
Merge branch 'hotfix/0.2.1' into develop
Browse files Browse the repository at this point in the history
* hotfix/0.2.1:
  Bump version: 0.2.0 → 0.2.1
  preparing release 0.2.1
  • Loading branch information
javipalanca committed Sep 16, 2024
2 parents 7dea7c7 + 4752359 commit 9a36db4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.2.1 (2024-09-16)
------------------

* Fixed requirements versions.

0.2.0 (2024-09-16)
------------------

Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
spade>=3.1.7
spade>=3.2.2
spade_pubsub>=0.1.3
loguru==0.5.3
pandas~=2.0.3
aiohttp~=3.10.5
aiohttp>=3.8.4
pymysql==1.1.0
psycopg2-binary~=2.9.9
pymongo~=4.6.3
motor~=3.4.0

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def parse_requirements(filename):
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/javipalanca/spade_artifact",
version="0.2.0",
version="0.2.1",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion spade_artifact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Javi Palanca"""
__email__ = "jpalanca@gmail.com"
__version__ = "0.2.0"
__version__ = "0.2.1"


from .artifact import Artifact
Expand Down

0 comments on commit 9a36db4

Please sign in to comment.