Skip to content

Commit e738650

Browse files
committed
REL: Bump version to 0.3.1.
1 parent 50eecd5 commit e738650

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1-dev
2+
current_version = 0.3.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
@@ -28,7 +28,7 @@ replace = version: {new_version}
2828
[bumpversion:file:HISTORY.rst]
2929
search = .. comment:: bumpversion marker
3030
replace = .. comment:: bumpversion marker
31-
31+
3232
{new_version} ({now:%Y-%m-%d})
3333
------------------
3434

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ cookiecutter:
1515
use_pypi_deployment_with_travis: n
1616
use_pytest: y
1717
use_requiresio: y
18-
version: 0.3.1-dev
18+
version: 0.3.1
1919
year: 2012-2016

HISTORY.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ History
44

55
.. comment:: bumpversion marker
66

7-
0.3.1-dev (unreleased)
8-
----------------------
7+
0.3.1 (2016-07-04)
8+
------------------
9+
910
* Added deprecation about decorating non-spider functions.
1011
* Warn if the callback returns requests with callback or errback set. This
1112
reverts the compability with requests with callbacks.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1-dev
1+
0.3.1

src/inline_requests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__author__ = 'Rolando Espinoza'
1313
__email__ = 'rolando at rmax.io'
14-
__version__ = '0.3.1-dev'
14+
__version__ = '0.3.1'
1515

1616
__all__ = ['inline_requests']
1717

0 commit comments

Comments
 (0)