File tree 5 files changed +8
-7
lines changed
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.1-dev
2
+ current_version = 0.3.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
@@ -28,7 +28,7 @@ replace = version: {new_version}
28
28
[bumpversion:file:HISTORY.rst]
29
29
search = .. comment:: bumpversion marker
30
30
replace = .. comment:: bumpversion marker
31
-
31
+
32
32
{new_version} ({now:%Y-%m-%d})
33
33
------------------
34
34
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cookiecutter:
15
15
use_pypi_deployment_with_travis: n
16
16
use_pytest: y
17
17
use_requiresio: y
18
- version: 0.3.1-dev
18
+ version: 0.3.1
19
19
year: 2012-2016
Original file line number Diff line number Diff line change 4
4
5
5
.. comment :: bumpversion marker
6
6
7
- 0.3.1-dev (unreleased)
8
- ----------------------
7
+ 0.3.1 (2016-07-04)
8
+ ------------------
9
+
9
10
* Added deprecation about decorating non-spider functions.
10
11
* Warn if the callback returns requests with callback or errback set. This
11
12
reverts the compability with requests with callbacks.
Original file line number Diff line number Diff line change 1
- 0.3.1-dev
1
+ 0.3.1
Original file line number Diff line number Diff line change 11
11
12
12
__author__ = 'Rolando Espinoza'
13
13
__email__ = 'rolando at rmax.io'
14
- __version__ = '0.3.1-dev '
14
+ __version__ = '0.3.1'
15
15
16
16
__all__ = ['inline_requests' ]
17
17
You can’t perform that action at this time.
0 commit comments