Skip to content

Commit 400f5da

Browse files
committed
[RELEASE] Prepare version 0.12.3
1 parent d9d65a5 commit 400f5da

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.3] - 2021-02-06
10+
911
### Added
1012
- Version information of used JobRouter Client in backend module
1113

@@ -117,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117119
Initial preview release
118120

119121

120-
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...HEAD
122+
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...HEAD
123+
[0.12.3]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...v0.12.3
121124
[0.12.2]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.1...v0.12.2
122125
[0.12.1]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.0...v0.12.1
123126
[0.12.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.11.0..v0.12.0

Documentation/conf.py

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

2323
project = u'TYPO3 JobRouter Connector'
24-
copyright = u'2020, Chris Müller'
24+
copyright = u'2020-2021, Chris Müller'
2525
author = u'Chris Müller'
2626

2727
# The short X.Y version
2828
version = u'0.12'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'0.12.3-dev'
30+
release = u'0.12.3'
3131

3232

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

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Chris Müller',
88
'author_email' => 'typo3@krue.ml',
99
'state' => 'beta',
10-
'version' => '0.12.3-dev',
10+
'version' => '0.12.3',
1111
'constraints' => [
1212
'depends' => [
1313
'typo3' => '10.4.11-10.4.99',

0 commit comments

Comments
 (0)