File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
Release history
5
5
===============
6
6
7
+ .. include :: whats_new/v0.11.rst
8
+
7
9
.. include :: whats_new/v0.10.rst
8
10
9
11
.. include :: whats_new/v0.9.rst
Original file line number Diff line number Diff line change
1
+ .. _changes_0_11 :
2
+
3
+ Version 0.11.0 (Under development)
4
+ ==================================
5
+
6
+ Changelog
7
+ ---------
Original file line number Diff line number Diff line change 22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
24
25
- __version__ = "0.10.0 "
25
+ __version__ = "0.11.0.dev0 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.10.0
2
+ current_version = 0.11.0.dev0
3
3
tag = False
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
5
serialize =
You can’t perform that action at this time.
0 commit comments