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 c2c3c4d commit b69d6d8Copy full SHA for b69d6d8
HISTORY.rst
@@ -2,7 +2,7 @@
2
History
3
=======
4
5
-1.3.1 (unreleased)
+1.3.1 (2017-11-13)
6
------------------
7
8
- Use ``bs_field_class`` callback for ``field.class`` property when registering
setup.py
@@ -3,7 +3,7 @@
import os
-version = '1.3.1.dev0'
+version = '1.3.1'
shortdesc = 'Bootstrap Styles for YAFOWIL'
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
9
longdesc += open(os.path.join(os.path.dirname(__file__), 'HISTORY.rst')).read()
0 commit comments