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

Commit 8a94d6f

Browse files
authored
post (#1169)
1 parent dc2b63a commit 8a94d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
long_description=open('README.rst').read(),
4747
install_requires=[
4848
'Django >= 1.11',
49-
'opencensus >= 0.9.0, < 1.0.0',
49+
'opencensus >= 0.9.dev0, < 1.0.0',
5050
],
5151
extras_require={},
5252
license='Apache-2.0',

contrib/opencensus-ext-django/version.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.8.0'
15+
__version__ = '0.9.dev0'

0 commit comments

Comments
 (0)