Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jshprentz committed Sep 13, 2021
2 parents fa0df85 + aa03e8d commit 5b30c13
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11.0
current_version = 1.11.1
commit = True
tag = False

Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Recent History
.. Next Release
.. ------------------
1.11.1 (2021-09-13)
------------------

* Revert to not adding guests to the contact list.

1.11.0 (2021-09-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion meetup2apricot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Joel Shprentz"""
__email__ = "[email protected]"
__version__ = "1.11.0"
__version__ = "1.11.1"
3 changes: 0 additions & 3 deletions meetup2apricot/meetup_to_apricot_event_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def for_json(self):
"AvailableForAnyLevel": True,
"AvailableForAnyGroup": True,
},
"GuestRegistrationSettings": {
"CreateContactMode": "CreateContactForGuestsWithEmail"
},
"PaymentMethod": "OnlineOnly",
"RegistrationConfirmationExtraInfo": self.extra_info,
"IsWaitlistEnabled": False,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/jshprentz/meetup2apricot",
version="1.11.0",
version="1.11.1",
zip_safe=False,
)
6 changes: 0 additions & 6 deletions tests/sample_apricot_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"AvailableForAnyLevel": True,
"AvailableForAnyGroup": True,
},
"GuestRegistrationSettings": {
"CreateContactMode": "CreateContactForGuestsWithEmail"
},
"PaymentMethod": "OnlineOnly",
"RegistrationConfirmationExtraInfo": "How to find us: "
"https://zoom.us/j/92758362882?pwd=a2VJOGxyOTBqelNhdjY1dGpqZStjZz09",
Expand Down Expand Up @@ -79,9 +76,6 @@
"VisibleTo": "Members",
},
"DescriptionHtml": EXPECTED_PAID_DESCRIPTION_HTML,
"GuestRegistrationSettings": {
"CreateContactMode": "CreateContactForGuestsWithEmail"
},
"IsWaitlistEnabled": False,
"PaymentMethod": "OnlineOnly",
"RegistrationConfirmationExtraInfo": "",
Expand Down

0 comments on commit 5b30c13

Please sign in to comment.