We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373e5f8 commit 60c4a75Copy full SHA for 60c4a75
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.0 - 2018-10-15
+## 0.4.0 - 2018-10-12
2
### Changed
3
* Fix "Error: 'environment'" when starting ([#87](https://github.com/Azure/iotedgehubdev/issues/87))
4
iotedgehubdev/__init__.py
@@ -8,5 +8,5 @@
8
pkg_resources.declare_namespace(__name__)
9
10
__author__ = 'Microsoft Corporation'
11
-__version__ = '0.4.0rc0'
+__version__ = '0.4.0'
12
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
setup.py
@@ -3,7 +3,7 @@
"""
from setuptools import find_packages, setup
5
6
-VERSION = '0.4.0rc0'
+VERSION = '0.4.0'
7
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
0 commit comments