Skip to content

Commit

Permalink
django (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Oct 17, 2022
1 parent f51ec01 commit dc2b63a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions contrib/opencensus-ext-django/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.8.0
Released 2022-10-17

- Fixed support for Django 4.1
- ([#1159](https://github.com/census-instrumentation/opencensus-python/pull/1159))

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-django/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
long_description=open('README.rst').read(),
install_requires=[
'Django >= 1.11',
'opencensus >= 0.9.dev0, < 1.0.0',
'opencensus >= 0.9.0, < 1.0.0',
],
extras_require={},
license='Apache-2.0',
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-django/version.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.8.dev0'
__version__ = '0.8.0'

0 comments on commit dc2b63a

Please sign in to comment.