Skip to content

Commit e9366ba

Browse files
committed
Prepare for 0.7.3 release
1 parent 5fb447a commit e9366ba

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

README.rst

+14-5
Original file line numberDiff line numberDiff line change
@@ -259,16 +259,25 @@ Important Notes
259259

260260
Version History
261261
---------------
262+
263+
version NEXT
264+
-
265+
266+
version 0.7.3
267+
- Saving emails (thx @agusmakmun)
268+
- Update dependencies (thx @justinmerrell)
269+
- Update doc (thx @Michael1142)
270+
262271
version 0.7.2
263-
-- Adjusted released version number
272+
- Adjusted released version number
264273

265274
version 0.7.0
266-
-- Updated and Fixed the tox test suite (thx @thenewguy)
267-
-- Added GitHub action to run test and deploy to PiPy
268-
-- Updated all upstream project javascript code
275+
- Updated and Fixed the tox test suite (thx @thenewguy)
276+
- Added GitHub action to run test and deploy to PiPy
277+
- Updated all upstream project javascript code
269278

270279
version 0.6.7
271-
-- Fixed missing migration files (thx @thenewguy)
280+
- Fixed missing migration files (thx @thenewguy)
272281

273282
version 0.6.6
274283
- Added automatic feedback button insert (thx @thenewguy)

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-tellme
3-
version = 0.6.7
3+
version = 0.7.3
44
url = https://github.com/ludrao/django-tellme
55
author = Ludrao
66
author_email = [email protected]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='django-tellme',
12-
version='0.7.2',
12+
version='0.7.3',
1313
packages=['tellme'],
1414
include_package_data=True,
1515
license='BSD License',

0 commit comments

Comments
 (0)