Skip to content

Commit a5d89de

Browse files
committed
Bumped version number to 0.3
1 parent 1524ae8 commit a5d89de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
- 0.2
512

613
- List.unit now support any number of initial values

hymn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""Hy Monad Notation - a monad library for Hy"""
55

66
__version__ = (0, 3)
7-
__release__ = '.dev'
7+
__release__ = ''
88

99
VERSION = '%d.%d' % __version__ + __release__
1010

0 commit comments

Comments
 (0)