File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -259,16 +259,25 @@ Important Notes
259
259
260
260
Version History
261
261
---------------
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
+
262
271
version 0.7.2
263
- -- Adjusted released version number
272
+ - Adjusted released version number
264
273
265
274
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
269
278
270
279
version 0.6.7
271
- -- Fixed missing migration files (thx @thenewguy)
280
+ - Fixed missing migration files (thx @thenewguy)
272
281
273
282
version 0.6.6
274
283
- Added automatic feedback button insert (thx @thenewguy)
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-tellme
3
- version = 0.6.7
3
+ version = 0.7.3
4
4
url = https://github.com/ludrao/django-tellme
5
5
author = Ludrao
6
6
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'django-tellme' ,
12
- version = '0.7.2 ' ,
12
+ version = '0.7.3 ' ,
13
13
packages = ['tellme' ],
14
14
include_package_data = True ,
15
15
license = 'BSD License' ,
You can’t perform that action at this time.
0 commit comments