We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d220c5f commit 4ff9e08Copy full SHA for 4ff9e08
CHANGES.rst
@@ -2,6 +2,12 @@ Changes
2
=======
3
4
5
+1.4.8 (2020-03-12)
6
+------------------
7
+
8
+* Fix Release version
9
10
11
1.4.7 (2020-03-10)
12
------------------
13
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
from setuptools import setup
-version = "1.4.6"
+version = "1.4.8"
setup(
name="django-widget-tweaks",
0 commit comments