Skip to content

Commit

Permalink
Merge pull request #517 from rl-institut/release/v1.0.3
Browse files Browse the repository at this point in the history
Release/v1.0.3
  • Loading branch information
henhuy authored Aug 26, 2020
2 parents 597601b + 9697c14 commit 97678b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2020-08-26
### Fixed
- twice answers in category "me"

## [1.0.2] - 2020-08-26
### Fixed
- typo
Expand Down
2 changes: 1 addition & 1 deletion e_metrobus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ msgstr "The electric bus has a visible structure on the roof."

#: e_metrobus/templates/pages/question_translations.html:110
msgid "Der Elektrobus ist leiser als ein konventioneller Bus."
msgstr "The electric bus has a visible structure on the roof."
msgstr "The electric bus is quieter than a conventional bus."

#: e_metrobus/templates/pages/question_translations.html:110
msgid "Der Elektrobus ermöglicht kürzere Fahrzeiten."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e_metrobus",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.4.7",
Expand Down

0 comments on commit 97678b3

Please sign in to comment.