Skip to content

Commit

Permalink
Merge pull request #73 from pallets-eco/release-1.5
Browse files Browse the repository at this point in the history
release version 1.5
  • Loading branch information
davidism authored Jul 17, 2022
2 parents 084d2bd + a458162 commit 28e19c7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
21 changes: 13 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
*.py?
*$py.class
.coverage
.tox
build
dist
MANIFEST
docs/_build
/.idea/
/.vscode/
/venv*/
/.venv*/
/env*/
/.env*/
__pycache__/
*.pyc
/.pytest_cache/
/.tox/
/*.egg-info/
/dist/
/docs/_build/
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.5
-----------

Unreleased
Released 2022-07-17

- Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython
may continue to work, but the next release will make incompatible
Expand Down
2 changes: 1 addition & 1 deletion blinker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
]


__version__ = '1.5dev'
__version__ = '1.5'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
packages=['blinker'],
author='Jason Kirtland',
author_email='jek@discorporate.us',
maintainer="Pallets Ecosystem",
maintainer_email="contact@palletsprojects.com",
description='Fast, simple object-to-object and broadcast signaling',
keywords='signal emit events broadcast',
long_description=readme,
long_description_content_type="text/x-rst",
license='MIT License',
url='https://blinker.readthedocs.io',
project_urls={
Expand Down

0 comments on commit 28e19c7

Please sign in to comment.