Skip to content

Commit 9682dae

Browse files
committed
[RELEASE] Prepare version 0.7.0
1 parent d98aab3 commit 9682dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'0.7'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'0.7.0-dev'
30+
release = u'0.7.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

src/Information/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
final class Version
77
{
8-
private const VERSION = '0.7.0-dev';
8+
private const VERSION = '0.7.0';
99

1010
public function getVersion(): string
1111
{

0 commit comments

Comments
 (0)