Skip to content

Commit

Permalink
Merge pull request #232 from winpat/release_3.0.0
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
winpat authored Feb 5, 2020
2 parents 0dfecb4 + 99a38dd commit 66d9c0d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ install:
script:
- ./node_modules/.bin/commitlint-travis
- make test

after_success:
- git config --global user.name "semantic-release (via TravisCI)"
- git config --global user.email "semantic-release@travis"
- pip install python-semantic-release
- semantic-release publish
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 3.0.0

### Fix
* Revert automatic conversion, add filter instead (4e91c50a5938ab641a90cb84fabd56ff992c757c)

### Breaking
* Replace tfk-api-unoconv service with unoconv listener (f12f0a221b64fb22665ac4609e4f52e34ff767f2)
* `UNOCONV_LOCAL` and `UNOCONV_URL` are no longer supported configuration options. Please remove
them from your configuration file.
* By default an unoconv listener gets launched within the container. To use a different listener
you can specify `UNOCONV_SERVER` and `UNOCONV_PORT`.

* After gathering some practical experience with the new automatic "Listing"-conversion for
multiline we noticed that this feature is a little bit too "clever" and breaks many advanced
use-cases. (4e91c50a5938ab641a90cb84fabd56ff992c757c)
2 changes: 1 addition & 1 deletion document_merge_service/document_merge_service_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__title__ = "document_merge_service"
__description__ = "Merge Document Template Service"
__version__ = "2.0.0"
__version__ = "3.0.0"
__author__ = "Adfinis SyGroup AG"
__url__ = "https://github.com/adfinis-sygroup/document-merge-service"
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,3 @@ omit=
document_merge_service/document_merge_service_metadata.py

show_missing = True

[semantic_release]
version_variable=document_merge_service/document_merge_service_metadata.py:__version__
branch=release
upload_to_pypi=False

0 comments on commit 66d9c0d

Please sign in to comment.