Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix version typo (#855)
  • Loading branch information
lzchen authored Feb 4, 2020
commit 257238bdcbd6b1685361308ae0b10f6616bd6f98
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Unreleased

## 0.7.7
Released 2020-02-03
- Update `azure` module
Released 2020-02-04
- Updated `azure` module
([#837](https://github.com/census-instrumentation/opencensus-python/pull/837),
[#845](https://github.com/census-instrumentation/opencensus-python/pull/845),
[#848](https://github.com/census-instrumentation/opencensus-python/pull/848),
Expand Down
2 changes: 1 addition & 1 deletion opencensus/common/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.7.6'
__version__ = '0.7.7'