Parcourir la source

Merge branch 'master' into features

tags/v0.7.0
Jérôme Deuchnord il y a 4 ans
Parent
révision
05cf935405
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: BC6F3C345B7D33B0
4 fichiers modifiés avec 13 ajouts et 4 suppressions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/events.py
  3. +2
    -2
      kosmorrolib/locales/messages.pot
  4. +1
    -1
      kosmorrolib/version.py

+ 9
- 0
CHANGELOG.md Voir le fichier

@@ -1,3 +1,12 @@
# [v0.6.2](https://github.com/Deuchnord/kosmorro/compare/v0.6.1...v0.6.2) (2020-03-19)


### Bug Fixes

* remove Mercury and Venus opposition ([1b4c499](https://github.com/Deuchnord/kosmorro/commit/1b4c4991274503663ace52c02fd46a19bef6b718))



# [v0.6.1](https://github.com/Deuchnord/kosmorro/compare/v0.6.0...v0.6.1) (2020-03-08)




+ 1
- 1
kosmorrolib/events.py Voir le fichier

@@ -80,7 +80,7 @@ def _search_oppositions(start_time: Time, end_time: Time) -> [Event]:
events = []

for aster in ASTERS:
if not isinstance(aster, Planet) or aster.name in ['Mercury', 'Venus']:
if not isinstance(aster, Planet) or aster.skyfield_name in ['MERCURY', 'VENUS']:
continue

times, _ = find_discrete(start_time, end_time, is_oppositing)


+ 2
- 2
kosmorrolib/locales/messages.pot Voir le fichier

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: kosmorro 0.6.1\n"
"Project-Id-Version: kosmorro 0.6.2\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-03-09 21:52+0100\n"
"POT-Creation-Date: 2020-03-19 20:13+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"


+ 1
- 1
kosmorrolib/version.py Voir le fichier

@@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = '0.6.1'
VERSION = '0.6.2'

Chargement…
Annuler
Enregistrer