Skip to content

Commit 6d55cba

Browse files
author
Jérôme Deuchnord
committed
build: bump version 0.10.1
1 parent 1fe90d2 commit 6d55cba

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.1](https://github.com/Kosmorro/kosmorro/compare/v0.10.0...v0.10.1) (2021-06-20)
2+
3+
4+
### Bug Fixes
5+
6+
* enhance forward compatibility with Kosmorrolib ([#189](https://github.com/Kosmorro/kosmorro/issues/189)) ([1fe90d2](https://github.com/Kosmorro/kosmorro/commit/1fe90d2603edbe68d7a119a0a7fb3649b55abe68))
7+
* **PDF export:** fix the failure on PDF saving ([#186](https://github.com/Kosmorro/kosmorro/issues/186)) ([8d71b61](https://github.com/Kosmorro/kosmorro/commit/8d71b611e036c7cbb39683054dd6485c774076f7))
8+
9+
10+
111
# [v0.10.0](https://github.com/Kosmorro/kosmorro/compare/v0.9.0...v0.10.0) (2021-05-30)
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.0"
22+
__version__ = '0.10.1'
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.0\n"
9+
"Project-Id-Version: kosmorro 0.10.1\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2021-06-20 15:59+0200\n"
11+
"POT-Creation-Date: 2021-06-20 16:08+0200\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)