Skip to content

Commit 07c7d86

Browse files
committed
Release this repo, not the mock
1 parent 0c22085 commit 07c7d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin/CHANGELOG.rst

Whitespace-only changes.

admin/release.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Release the next version of VWS Python Mock.
2+
Release the next version of VWS Python.
33
"""
44

55
import datetime
@@ -14,7 +14,7 @@
1414

1515
def get_version() -> str:
1616
"""
17-
Return the next version of VWS Python Mock.
17+
Return the next version of VWS Python.
1818
This is today’s date in the format ``YYYY.MM.DD.MICRO``.
1919
``MICRO`` refers to the number of releases created on this date,
2020
starting from ``0``.
@@ -93,7 +93,7 @@ def get_repo(github_token: str, github_owner: str) -> Repository:
9393
except UnknownObjectException:
9494
github_user_or_org = github_client.get_user(github_owner)
9595

96-
return github_user_or_org.get_repo('vws-python-mock')
96+
return github_user_or_org.get_repo('vws-python')
9797

9898

9999
def build() -> None:

0 commit comments

Comments
 (0)