Skip to content

Commit

Permalink
update README.rst, HISTORY.rst
Browse files Browse the repository at this point in the history
Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Oct 24, 2023
1 parent 9db171c commit 8f3bee3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ History
-----------
* **added features**

* extend support for Python 3.8
* extend supported Python version to 3.8
* added :meth:`tickets.Ticket.history` method
* added ``weburl`` property for :class:`client.Client`, :class:`tickets.Ticket`,
:class:`users.User` and :class:`organizations.Organization`
Expand All @@ -18,10 +18,10 @@ History

* :class:`client.Client` now uses ``http_auth=(username, password)`` as authentication parameter
* for all ResourcesT like :class:`tickets.Tickets` ``.url`` is now a property
* exchange ``tickets.Ticket.merge_with()`` with :meth:`tickets.Ticket.merge_into`
* exchange ``tickets.Ticket.merge_with()`` with :meth:`tickets.Ticket.merge_into()`
mimicking the logic provided by the Web UI
* :meth:`tags.Tags.delete()` and :meth:`tags.Tags.delete()` now only accept the tag name
* changed signature of :meth:`tickets.Ticket.create()` to assure an article body or the article itself is provided
* changed signature of :meth:`tickets.Tickets.create()` to assure an article body or the article itself is provided

* **fixes**

Expand Down
18 changes: 8 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@
zammadoo
========

.. image:: https://img.shields.io/pypi/l/zammadoo.svg
:target: https://pypi.python.org/pypi/zammadoo/
:alt: PyPI license
.. image:: https://img.shields.io/badge/python-3.8%2B-blue?logo=python&logoColor=white
:target: https://python.org/
:alt: [Python versions]

.. image:: https://img.shields.io/pypi/v/zammadoo.svg
.. image:: https://img.shields.io/badge/pypi-v0.1.0%20(beta)-orange
:target: https://pypi.python.org/pypi/zammadoo/
:alt: [Latest Version]
:alt: PyPI

.. image:: https://img.shields.io/pypi/pyversions/zammadoo.svg
:target: https://pypi.python.org/pypi/zammadoo/
:alt: [Python versions]
.. image:: https://img.shields.io/pypi/l/zammadoo.svg
:target: https://pypi.python.org/pypi/zammadoo/
:alt: PyPI license

.. image:: https://github.com/flashdagger/zammadoo/actions/workflows/core-tests.yml/badge.svg?event=push
:target: https://github.com/flashdagger/zammadoo/actions/workflows/core-tests.yml
:alt: Core Tests


.. image:: https://readthedocs.org/projects/zammadoo/badge/?version=latest
:target: https://zammadoo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


.. image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fflashdagger%2F1a66c9e88a9e4267f7e0b1d185be98f4%2Fraw
:target: https://gist.github.com/flashdagger/1a66c9e88a9e4267f7e0b1d185be98f4
:alt: Coverage
Expand Down

0 comments on commit 8f3bee3

Please sign in to comment.