Skip to content

Commit fe7c478

Browse files
authored
Prepare next version (#556)
1 parent c2e9358 commit fe7c478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = u'0.12.4'
56+
version = u'0.12.5.dev0'
5757
# The full version, including alpha/beta/rc tags.
58-
release = u'0.12.4'
58+
release = u'0.12.5.dev0'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

wikibaseintegrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
from .wikibaseintegrator import WikibaseIntegrator
2020

21-
__version__ = '0.12.4'
21+
__version__ = '0.12.5.dev0'

0 commit comments

Comments
 (0)