Skip to content

Commit

Permalink
[Communication] update communication module version to 1.4.1, remove …
Browse files Browse the repository at this point in the history
…redundant version in setup (#5793)
  • Loading branch information
mayssamm authored Jan 20, 2023
1 parent 40d4daf commit 3bbbe1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/communication/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
===============

1.4.1
++++++
* Update version missed in previous release
* Remove redundant version definition in setup.py


1.4.0
++++++
* Add communication rooms command group in preview mode
Expand Down
2 changes: 1 addition & 1 deletion src/communication/azext_communication/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------------


VERSION = '1.3.0'
VERSION = '1.4.1'


def cli_application_id():
Expand Down
1 change: 0 additions & 1 deletion src/communication/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '1.4.0'
try:
from azext_communication.version import VERSION
except ImportError:
Expand Down

0 comments on commit 3bbbe1a

Please sign in to comment.