Skip to content

Commit f7417c5

Browse files
committed
v1.0.0
1 parent a36d65b commit f7417c5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
branches:
99
- master
1010
jobs:
11-
lint:
11+
build:
1212
runs-on: ubuntu-latest
13-
1413
steps:
1514
- uses: actions/checkout@v1
1615
- name: Set up Python 3.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sentry2csv
22

3-
![](https://github.com/sparkmeter/sentry2csv/workflows/build/badge.svg)
3+
![](https://github.com/sparkmeter/sentry2csv/workflows/lint/badge.svg)
44
![](https://img.shields.io/pypi/v/sentry2csv)
55
![](https://img.shields.io/pypi/pyversions/sentry2csv)
66
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

sentry2csv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Export Sentry issues to CSV."""
22

3-
__version__ = "1.0a2"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)