Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Release 1.1.2 (180505)
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed May 5, 2018
1 parent 568b609 commit 531f6c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.1.2 (unreleased)
1.1.2 (2018-05-05)
------------------

**Added**
Expand All @@ -24,8 +24,6 @@ Changelog
- #73 Slow Reference Widgets in 'Add AR' View
- #69 Add proper license to repository

**Security**


1.1.1 (2018-04-07)
------------------
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This file is autogenerated each time a release is published.
Contributions to master, excluding merge commits, sorted by number of
contributions descending.

- Jordi Puiggené, jpuiggene@naralabs.com
- Jordi Puiggené, jp@naralabs.com
- Pau Soliva, [email protected]
- Campbell McKellar-Basset, [email protected]
- Juan Gallostra, [email protected]
- Nihad Mammadli, [email protected]
- Juan Gallostra, [email protected]
- Ramon Bartl, [email protected]
- Alexander Karlsson, [email protected]

Expand Down
4 changes: 3 additions & 1 deletion templates/write_contributors.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ def get_translators_section():
translators_list.append(translator_line)

if translators_section and line.startswith('"Language-Team'):
lang_name = line[16:line.rindex(' (http')]
lang_name = re.sub(r"\(https?://\S+\)", "", line)
lang_name = lang_name[16:len(lang_name)-4]
lang_name = lang_name.strip()
continue

if translators_section and line.startswith('"Language:'):
Expand Down

0 comments on commit 531f6c2

Please sign in to comment.