Skip to content

Commit aa3b499

Browse files
committed
Bump version
1 parent a09f235 commit aa3b499

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sentry-youtrack
22
===============
33

4-
.. image:: https://travis-ci.org/bogdal/sentry-youtrack.png?branch=master
4+
.. image:: https://travis-ci.org/bogdal/sentry-youtrack.png?branch=master
55
:target: https://travis-ci.org/bogdal/sentry-youtrack
66

77
.. image:: https://version-image.appspot.com/pypi/?name=sentry-youtrack
@@ -16,9 +16,12 @@ Install the package via ``pip``::
1616

1717
pip install sentry-youtrack
1818

19+
``sentry-youtrack >= 0.3.0`` supports **Sentry 8.x**.
20+
``sentry-youtrack < 0.3.0`` supports **Sentry 7.x**.
21+
1922
Configuration
2023
-------------
21-
Go to your project's configuration page (Projects -> [Project]) and select the YouTrack tab.
24+
Go to your project's configuration page (Projects -> [Project]) and select the YouTrack tab.
2225
Enter the required credentials and save changes. Filling out the form is a two-step process
2326
(one to fill in credentials, one to configure project).
2427

sentry_youtrack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.2.7'
1+
VERSION = '0.3.0'

0 commit comments

Comments
 (0)