Skip to content

Commit 819bf34

Browse files
Intermediate release 0.12.3 (#102)
* bumped version to v0.12.3 * adjusted release recipe typo * regenerated changelog
1 parent 79f3aaf commit 819bf34

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

docs/source/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Created by log.py at 2021-09-15, command
2-
'/Users/mfischer/PycharmProjects/cobald/venv/lib/python3.9/site-packages/change/__main__.py log docs/source/changes compile --output docs/source/changelog.rst'
1+
.. Created by log.py at 2021-10-29, command
2+
'/Users/mfischer/PycharmProjects/cobald/venv/lib/python3.9/site-packages/change/__main__.py log docs/source/changes/ compile -o docs/source/changelog.rst'
33
based on the format of 'https://keepachangelog.com/'
44
#########
55
ChangeLog
@@ -8,6 +8,11 @@ ChangeLog
88
0.12 Series
99
===========
1010

11+
Version [0.12.3] - 2021-10-29
12+
+++++++++++++++++++++++++++++
13+
14+
* **[Added]** YAML ``!tags`` may be eagerly evaluated
15+
1116
Version [0.12.2] - 2021-09-15
1217
+++++++++++++++++++++++++++++
1318

docs/source/changes/100.yaml_tag_settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ issues:
99
- 99
1010
pull requests:
1111
- 100
12+
version: 0.12.3

docs/source/changes/versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- semver: 0.12.3
2+
date: '2021-10-29'
13
- semver: 0.12.2
24
date: '2021-09-15'
35
- semver: 0.12.1

docs/source/dev/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Each release should be prepared and reviewed via a pull request.
3939
* Ensure naming, unittests and docs are appropriate
4040

4141
3. Merge new version metadata (e.g. v3.9.2) to repository
42-
* Fix change fragment version via ``change log … release v3.9.2``
42+
* Fix change fragment version via ``change log … release 3.9.2``
4343
* Adjust and commit ``__version__ = "3.9.2"`` in ``cobald.__about__``
4444
* Create a git tag such as ``git tag -a "v3.9.2" -m "important changes"``
4545

src/cobald/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__summary__ = "COBalD - the Opportunistic Balancing Daemon"
1515
__url__ = "https://github.com/MatterMiners/cobald"
1616

17-
__version__ = "0.12.2"
17+
__version__ = "0.12.3"
1818
__author__ = "Eileen Kuehn, Max Fischer"
1919
__email__ = "[email protected]"
2020
__copyright__ = "2018 - 2021 %s" % __author__

0 commit comments

Comments
 (0)