Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 2, 2018
1 parent 4ac6667 commit 8366245
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

v1.2.0
------
- Built using Cython 0.28.5
- Use :code:`keys()` to iterate over request headers

v1.1.0
------
- Built using Cython 0.28.4
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='streaming_form_data',
version='1.1.0',
version='1.2.0',
description='Streaming parser for multipart/form-data',
long_description=long_description,
author='Siddhant Goel',
Expand Down

0 comments on commit 8366245

Please sign in to comment.