Skip to content

Commit 771dadb

Browse files
committed
version bump
1 parent 64e7866 commit 771dadb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v3.0.2
5+
------
6+
7+
* die Zinsen werden nach Bestellabschluss wieder aus der Bestellung entfernt, wenn aktiviert
8+
49
v3.0.1
510
------
611

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = u'easyCredit-Rechnung & Ratenkauf für Shopware 5.x'
23-
copyright = u'2024, NETZKOLLEKTIV GmbH'
23+
copyright = u'2025, NETZKOLLEKTIV GmbH'
2424
author = u'Teambank AG'
2525

2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'3.0.1'
29+
release = u'3.0.2'
3030

3131
# -- General configuration ---------------------------------------------------
3232

src/Frontend/NetzkollektivEasyCredit/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getLabel()
2929

3030
public function getVersion()
3131
{
32-
return '3.0.1';
32+
return '3.0.2';
3333
}
3434

3535
public function getInfo()

0 commit comments

Comments
 (0)