Bumped version to 0.2.0; docs edits.

I've added cond and cmp to the library so that should bump the minor
version no. I think.
This commit is contained in:
Simon Forman
2018-06-06 08:47:26 -07:00
parent 22f7c6da00
commit 0de5029c98
52 changed files with 2502 additions and 280 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = u'2018, Simon Forman'
author = u'Simon Forman'
# The short X.Y version
version = u'0.1'
version = u'0.2'
# The full version, including alpha/beta/rc tags
release = u'0.1.1'
release = u'0.2.0'
# -- General configuration ---------------------------------------------------