Skip to content

Commit

Permalink
Update version for v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Aug 28, 2024
1 parent ea5f6ac commit 8957667
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

== Unreleased

== 1.2

* Close instantiated sockets on connection error to prevent `ResourceWarning`s.

== 1.1
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="globus_cw_client",
version="1.1",
version="1.2",
packages=find_packages(),
# descriptive info, non-critical
description="Client for Globus CloudWatch Logger",
Expand Down
2 changes: 1 addition & 1 deletion daemon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="globus_cw_daemon",
version="2.1",
version="2.2",
packages=find_packages(),
install_requires=["boto3<2"],
entry_points={
Expand Down

0 comments on commit 8957667

Please sign in to comment.