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 b69d6d8 commit 382824bCopy full SHA for 382824b
HISTORY.rst
@@ -2,6 +2,11 @@
2
History
3
=======
4
5
+1.3.2 (unreleased)
6
+------------------
7
+
8
+- No changes yet.
9
10
1.3.1 (2017-11-13)
11
------------------
12
setup.py
@@ -3,7 +3,7 @@
import os
-version = '1.3.1'
+version = '1.3.2.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