Permalink
Browse files

prep 4.3.1

  • Loading branch information...
mmerickel committed Jan 29, 2018
1 parent 6149ce9 commit 61afd4759351f85764d36ca279f8dd9a09cb0ebc
Showing with 7 additions and 1 deletion.
  1. +6 −0 CHANGES.txt
  2. +1 −1 setup.py
View
@@ -1,3 +1,9 @@
4.3.1 (2018-01-28)
------------------
- Javascript syntax fixes for browsers that don't support trailing commas.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/326
4.3 (2017-07-14)
----------------
View
@@ -44,7 +44,7 @@ def readfile(name):
]
setup(name='pyramid_debugtoolbar',
version='4.3',
version='4.3.1',
description=('A package which provides an interactive HTML debugger '
'for Pyramid application development'),
long_description=README + '\n\n' + CHANGES,

0 comments on commit 61afd47

Please sign in to comment.