Skip to content

Commit

Permalink
chore(build): build and update changelog for 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Feb 12, 2018
1 parent 1211ce2 commit ef740e7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog

This details the changes made from the previous recorded version.

3.2.1
=====

- Update typescript typings

3.2.0
=====

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
scv_sort = ('semver',)

scv_whitelist_branches = ('master', 'dev')
scv_whitelist_tags = ('1.1.2', '2.3.2', re.compile('3.2.[\d.]+'))
scv_whitelist_tags = ('1.1.2', '2.3.4', re.compile('3.2.[\d.]+'))

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.2.0'
version = u'3.2.1'
# The full version, including alpha/beta/rc tags.
release = u'3.2.0'
release = u'3.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lib/browser.js

Large diffs are not rendered by default.

Binary file modified lib/browser.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

Binary file modified lib/index.js.gz
Binary file not shown.

0 comments on commit ef740e7

Please sign in to comment.