Skip to content

Commit 00a0084

Browse files
committed
Bumped version to 0.3.3
1 parent ce3e8f0 commit 00a0084

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

NEWS.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
News
22
====
33

4+
0.3.3
5+
-----
6+
*Release date: 12-Apr-2015*
7+
8+
* Forward leaves_only value in get_subtree() recursive calls
9+
* Fix README prevExists->prevExist
10+
* Added configurable version_prefix
11+
* Added support for recursive watch
12+
* Better error handling support (more detailed exceptions)
13+
* Fixed some unreliable tests
14+
15+
416
0.3.2
517
-----
618

docs-source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __getattr__(cls, name):
6161
# The short X.Y version.
6262
version = '0.3'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.3.2'
64+
release = '0.3.3'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

88

9-
version = '0.3.2'
9+
version = '0.3.3'
1010

1111
install_requires = [
1212
'urllib3>=1.7',

0 commit comments

Comments
 (0)