Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperMtn committed Oct 1, 2020
1 parent 07ea456 commit 35ddbb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
## 0.9.0 - 2020-09-25
pre-release


## 1.0.0 - 2020-10-01
Release
2 changes: 1 addition & 1 deletion gitlab_watchman/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = 'GitLab Watchman'
__summary__ = 'Monitoring GitLab for sensitive data shared publicly'
__uri__ = 'https://github.com/PaperMtn/gitlab-watchman'
__version__ = '0.9.0'
__version__ = '1.0.0'
__author__ = 'PaperMtn'
__email__ = 'papermtn@protonmail.com'
__license__ = 'GPL-3.0'
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
setup(
name='gitlab-watchman',
version=a.__version__,
url=a.__uri__,
license=a.__license__,
classifiers=[
'Intended Audience :: Information Technology',
'Topic :: Security',
Expand Down

0 comments on commit 35ddbb6

Please sign in to comment.