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

Commit dc2b63a

Browse files
authored
django (#1168)
1 parent f51ec01 commit dc2b63a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

contrib/opencensus-ext-django/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## 0.8.0
6+
Released 2022-10-17
7+
58
- Fixed support for Django 4.1
69
- ([#1159](https://github.com/census-instrumentation/opencensus-python/pull/1159))
710

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.dev0, < 1.0.0',
49+
'opencensus >= 0.9.0, < 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.dev0'
15+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)