Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit f3a1651

Browse files
Merge pull request #283 from codecov/release/0.3.6
hotfix: previous change still yields a broken release. So going back to manually editing the version number. We will fix the release process shortly
2 parents 1032b84 + 797337d commit f3a1651

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.5
1+
0.3.6

codecov_cli/__init__.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
from os import path
2-
3-
here = path.abspath(path.dirname(__file__))
4-
5-
6-
with open(path.join(here, "..", "VERSION"), encoding="utf-8") as f:
7-
version_number = f.readline().strip()
8-
9-
__version__ = version_number
1+
__version__ = '0.3.6'

0 commit comments

Comments
 (0)