Browse Source

build: bump version 0.10.3

tags/v0.10.3
Jérôme Deuchnord 2 years ago
parent
commit
d78d4a53dc
4 changed files with 13 additions and 4 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      Makefile
  3. +1
    -1
      _kosmorro/__version__.py
  4. +2
    -2
      _kosmorro/locales/messages.pot

+ 9
- 0
CHANGELOG.md View File

@@ -1,3 +1,12 @@
# [v0.10.3](https://github.com/Kosmorro/kosmorro/compare/v0.10.2...v0.10.3) (2021-11-01)


### Bug Fixes

* update Kosmorrolib to version 1.0.1 ([#207](https://github.com/Kosmorro/kosmorro/issues/207)) ([b492e7f](https://github.com/Kosmorro/kosmorro/commit/b492e7f946c3452de3f09a36d40f458947f8f6e9))
**Note:** if you were using Kosmorro < 0.10.3, files were automatically downloaded. Those files are not necessary anymore, so you can delete the folder `$HOME/.kosmorro-cache`


# [v0.10.2](https://github.com/Kosmorro/kosmorro/compare/v0.10.1...v0.10.2) (2021-08-26)




+ 1
- 1
Makefile View File

@@ -34,7 +34,7 @@ release: env
@echo -e "\e[1mCreating release with version number \e[36m$$RELEASE_NUMBER\e[0m"
@echo

sed "s/^__version__ =.*/__version__ = '$$RELEASE_NUMBER'/g" _kosmorro/__version__.py > version.py
sed "s/^__version__ =.*/__version__ = \"$$RELEASE_NUMBER\"/g" _kosmorro/__version__.py > version.py
mv version.py _kosmorro/__version__.py

pipenv run python setup.py extract_messages --output-file=_kosmorro/locales/messages.pot > /dev/null


+ 1
- 1
_kosmorro/__version__.py View File

@@ -19,7 +19,7 @@
__title__ = "kosmorro"
__description__ = "A program that computes your ephemerides"
__url__ = "https://kosmorro.space"
__version__ = "0.10.2"
__version__ = "0.10.3"
__author__ = "Jérôme Deuchnord"
__author_email__ = "jerome@deuchnord.fr"
__license__ = "AGPL"


+ 2
- 2
_kosmorro/locales/messages.pot View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: kosmorro 0.10.2\n"
"Project-Id-Version: kosmorro 0.10.3\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-11-01 17:33+0100\n"
"POT-Creation-Date: 2021-11-01 18:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"


Loading…
Cancel
Save