Skip to content
Snippets Groups Projects
Commit 290b5ace authored by Robert Habermann's avatar Robert Habermann
Browse files

update changelog, readme and version

parent 67db9c59
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1.0.0 - planned first release
-----------------------------
0.7.x - 2020-xx-yy (unreleased)
0.8.x - 2020-xx-yy (unreleased)
-------------------------------
0.7.0 - 2020-04-06
------------------
- fix #27: GET must not contain a body (OTRS: #14203)
0.6.0 - 2020-03-13
------------------
- add: auth to Client (e.g. for HTTP BasicAuth)
......
Overview
Overview
========
|VersionBadge| |BuildStatus| |CoverageReport| |DocsBuildStatus| |LicenseBadge| |PythonVersions|
......@@ -8,7 +8,7 @@ Overview
:target: https://badge.fury.io/py/PyOTRS
:alt: |version|
.. |BuildStatus| image:: https://gitlab.com/rhab/PyOTRS/badges/master/build.svg
.. |BuildStatus| image:: https://gitlab.com/rhab/PyOTRS/badges/master/pipeline.svg
:target: https://gitlab.com/rhab/PyOTRS/commits/master
:alt: Build Status
......@@ -33,6 +33,10 @@ Overview
PyOTRS is a Python wrapper for accessing `OTRS <https://www.otrs.com/>`_ (Version 5 or 6) using the
REST API.
.. warning::
Please upgrade PyOTRS to atleast version 0.7.0 if you are using OTRS 6.0.27, 7.0.16 or
newer! See `issue 27 <https://gitlab.com/rhab/PyOTRS/-/issues/27>`_ for more details.
Features
--------
......
......@@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""
__version_info__ = ('0', '6', '0')
__version_info__ = ('0', '7', '0')
__version__ = '.'.join(__version_info__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment