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

Commit 257238b

Browse files
authored
fix version typo (#855)
1 parent 72f2363 commit 257238b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Unreleased
44

55
## 0.7.7
6-
Released 2020-02-03
7-
- Update `azure` module
6+
Released 2020-02-04
7+
- Updated `azure` module
88
([#837](https://github.com/census-instrumentation/opencensus-python/pull/837),
99
[#845](https://github.com/census-instrumentation/opencensus-python/pull/845),
1010
[#848](https://github.com/census-instrumentation/opencensus-python/pull/848),

opencensus/common/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.7.6'
15+
__version__ = '0.7.7'

0 commit comments

Comments
 (0)