Skip to content

Commit 2a4286d

Browse files
author
Jérôme Deuchnord
committed
build: bump version 0.10.6
1 parent 9bdb490 commit 2a4286d

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v0.10.6](https://github.com/Kosmorro/kosmorro/compare/v0.10.5...v0.10.6) (2021-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **colors:** use colors adapted on both dark and light background ([9bdb490](https://github.com/Kosmorro/kosmorro/commit/9bdb490435a4ca9741911396a28fa6bbdb47159b))
7+
* **events:** fix event details display for maximal elongation ([d73f74a](https://github.com/Kosmorro/kosmorro/commit/d73f74a34cc21ff8b092d65f77aacf66529ab8bb))
8+
9+
10+
111
# [v0.10.5](https://github.com/Kosmorro/kosmorro/compare/v0.10.4...v0.10.5) (2021-11-09)
212

313

_kosmorro/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = "kosmorro"
2020
__description__ = "A program that computes your ephemerides"
2121
__url__ = "https://kosmorro.space"
22-
__version__ = "0.10.5"
22+
__version__ = "0.10.6"
2323
__author__ = "Jérôme Deuchnord"
2424
__author_email__ = "jerome@deuchnord.fr"
2525
__license__ = "AGPL"

_kosmorro/locales/messages.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: kosmorro 0.10.5\n"
9+
"Project-Id-Version: kosmorro 0.10.6\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2021-11-09 19:08+0100\n"
11+
"POT-Creation-Date: 2021-11-20 12:12+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)