File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
117119Initial 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
Original file line number Diff line number Diff line change 2121# -- Project information -----------------------------------------------------
2222
2323project = u'TYPO3 JobRouter Connector'
24- copyright = u'2020, Chris Müller'
24+ copyright = u'2020-2021 , Chris Müller'
2525author = u'Chris Müller'
2626
2727# The short X.Y version
2828version = 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 ---------------------------------------------------
Original file line number Diff line number Diff line change 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 ' ,
You can’t perform that action at this time.
0 commit comments