Skip to content

Commit

Permalink
Require Python 3.6
Browse files Browse the repository at this point in the history
Update changes, bump to v1.1
  • Loading branch information
kenneaal committed Aug 16, 2019
1 parent f18c3c6 commit f631f60
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.1 - released 16.08.2019
---

- Quiet down Dependabot spam
- Numerous fixes for formatting and unhandled events.
- Add in-channel critical error reporting in #announcerdev
- Switch from static message cache files to in-database duplicate prevention
- Add Upsource and Teamcity support
- Add HMAC authentication for client endpoint.
- Add basic Pyramid process Prometheus counters.
- Switch to Pyramid based logger, stop using utils.py for all logging.
- Implement Graylog
- Move hardcoded XMLRPC data to config file

1.0 - released 03.06.2019
---

Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
author='',
author_email='',
url='',
python_requires='>=3.6',
author='Kenneth Aalberg',
author_email='[email protected]',
url='https://github.com/FuelRats/JIRAAnnouncer',
keywords='web wsgi bfg pylons pyramid',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit f631f60

Please sign in to comment.