Skip to content

Commit dd25a38

Browse files
committed
v1.0.0
Finally, a stable release!
1 parent 59f97f1 commit dd25a38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for django-agnocomplete
33
=================================
44

5-
master (unreleased)
6-
===================
5+
1.0.0 (2020-01-29)
6+
==================
77

88
* Cleanup code related to Django 1.8, 1.9 & 1.10
99
* Remove tox targets for Django 1.8, 1.9 & 1.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-agnocomplete',
5-
version='0.15.0.dev0',
5+
version='1.0.0',
66
packages=['agnocomplete'],
77
include_package_data=True,
88
description='Frontend-agnostic Django autocomplete utilities',

0 commit comments

Comments
 (0)