We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1524ae8 commit a5d89deCopy full SHA for a5d89de
docs/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+- 0.3
5
+
6
+ - New operation: m-map
7
+ - New macros: m-for, monad-comp
8
+ - New type: deferred computation implemented as the Lazy monad
9
+ - Improved documentation
10
11
- 0.2
12
13
- List.unit now support any number of initial values
hymn/__init__.py
@@ -4,7 +4,7 @@
"""Hy Monad Notation - a monad library for Hy"""
__version__ = (0, 3)
-__release__ = '.dev'
+__release__ = ''
VERSION = '%d.%d' % __version__ + __release__
0 commit comments