Skip to content

Commit

Permalink
new on_* API, version 1.0.0-beta, multipart files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nyrkov committed Sep 13, 2016
1 parent 0acc329 commit ab2a215
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 167 deletions.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
1.0.0-beta
5 changes: 4 additions & 1 deletion docs/conf.py
Expand Up @@ -17,6 +17,9 @@
import os
import sphinx_rtd_theme

with open(os.path.abspath('../VERSION'), encoding='utf-8') as f:
version = f.read()

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -59,7 +62,7 @@
# built documents.
#
# The short X.Y version.
version = '0.1.6'
# version = VERSION
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit ab2a215

Please sign in to comment.