Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Changes in compatibility with Python & Django versions.

closes #114, closes #115, closes #116
  • Loading branch information
brunobord committed Mar 26, 2021
1 parent ec78b22 commit a053c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for django-agnocomplete
=================================

master (unreleased)
===================
2.0.0 (2021-03-26)
==================

* Confirm compatibility with Python 3.9.
* Drop support for Django 2.0, 2.1 (#116).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-agnocomplete',
version='1.1.0.dev0',
version='2.0.0',
packages=['agnocomplete'],
include_package_data=True,
description='Frontend-agnostic Django autocomplete utilities',
Expand Down

0 comments on commit a053c35

Please sign in to comment.