Skip to content

Commit c96ee75

Browse files
committed
release: Add docs and bump version for 3.10.0
1 parent 5497e28 commit c96ee75

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/releases/3.10.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# `21 version 3.10.0` release notes
2+
3+
*2016-11-14*
4+
5+
`21 version 3.10.0` adds some backward-compatible features, and fixes some bugs from previous versions.
6+
7+
## Features
8+
- Add support for user-created services in `sell`.
9+
- Add `--all` and `--yes` flags to `publish remove`.
10+
- Add `--no-zt-dep` flag to `sell`.
11+
12+
## Bugfixes
13+
- Fix off-by-one bug for payment channels merchant timeout minimum.
14+
- Fix `mkt` bug which expects function to always be called.

two1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os.path
44

55

6-
VERSION = (3, 9, 12)
6+
VERSION = (3, 10, 0)
77

88
__version__ = '.'.join(map(str, VERSION))
99

0 commit comments

Comments
 (0)