Skip to content

Commit 9adc722

Browse files
Updating pipefile lock
1 parent 449b9a8 commit 9adc722

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [4.24.1] - 2022-07-08
6+
## [4.24.2] - 2022-07-08
77

88
## Changed
99

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ requests = "*"
99
pytest = "*"
1010
python-jose = {extras = ["cryptography"],version = "*"}
1111

12+
1213
[requires]
1314
python_version = "3.8"

Pipfile.lock

Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='VacasaConnect',
5-
version='4.24.1',
5+
version='4.24.2',
66
description='A Python 3.6+ SDK for the connect.vacasa.com API.',
77
packages=['vacasa.connect'],
88
url='https://github.com/Vacasa/python-vacasa-connect-sdk',

0 commit comments

Comments
 (0)