Skip to content

Commit 9b51fbd

Browse files
committed
Update release
1 parent a432ffa commit 9b51fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Isabel Paredes'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.1.0'
27+
release = '0.2.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------
@@ -45,7 +45,7 @@
4545
# List of patterns, relative to source directory, that match files and
4646
# directories to ignore when looking for source files.
4747
# This pattern also affects html_static_path and html_extra_path.
48-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
48+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md']
4949

5050
master_doc = 'index'
5151

0 commit comments

Comments
 (0)