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 bb93b2a commit e185e04Copy full SHA for e185e04
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+1.4 (unreleased)
6
+----------------
7
+
8
+- No changes yet.
9
10
1.3 (2017-03-01)
11
----------------
12
setup.py
@@ -3,7 +3,7 @@
import os
-version = '1.3'
+version = '1.4.dev0'
shortdesc = 'Bootstrap Styles for YAFOWIL'
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
longdesc += open(os.path.join(os.path.dirname(__file__), 'HISTORY.rst')).read()
0 commit comments