Browse Source

build: bump version 0.6.1

tags/v0.6.1
Jérôme Deuchnord 4 years ago
parent
commit
f2b5772e90
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
3 changed files with 14 additions and 3 deletions
  1. +11
    -0
      CHANGELOG.md
  2. +2
    -2
      kosmorrolib/locales/messages.pot
  3. +1
    -1
      kosmorrolib/version.py

+ 11
- 0
CHANGELOG.md View File

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


### Bug Fixes

* **events:** prevent false detection of conjunctions ([c7bc757](https://github.com/Deuchnord/kosmorro/commit/c7bc7574df1b0469aad1226887495ce013b615f1))
* handle KeyboardInterrupt exception ([a7cb46e](https://github.com/Deuchnord/kosmorro/commit/a7cb46e857e2ca8e55c61fba522b911fcabdc86c))
* remove the "timezone" word in the PDF output’s introduction ([5ec56c4](https://github.com/Deuchnord/kosmorro/commit/5ec56c40b1ad80c81a7f5c4e1f63d099403f0a5d))



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




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

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: kosmorro 0.6.0\n"
"Project-Id-Version: kosmorro 0.6.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-03-01 14:20+0100\n"
"POT-Creation-Date: 2020-03-08 10:46+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 View File

@@ -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.0'
VERSION = '0.6.1'

Loading…
Cancel
Save