Skip to content

Commit 48caec7

Browse files
committed
[RELEASE] Prepare version 0.9.5
1 parent 1dec843 commit 48caec7

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.9'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'0.9.5-dev'
30+
release = u'0.9.5'
3131

3232

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

src/Information/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
final class Version
2222
{
23-
private const VERSION = '0.9.5-dev';
23+
private const VERSION = '0.9.5';
2424

2525
public function getVersion(): string
2626
{

0 commit comments

Comments
 (0)