Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpopli1891 committed May 7, 2020
1 parent 874454c commit e843217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-message: 'This issue has been automatically marked as stale because
it has not had recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.'
stale-pr-message: 'This PR has been automatically marked as stale because
it has not had recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@

setup(
name='django-autotranslate',
version='1.1.0',
version='1.1.1',
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
license='MIT License',
description='A simple Django app to automatically translate the pot (`.po`) files generated by django\'s '
'makemessages command using google translate.',
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/ankitpopli1891/django-autotranslate/',
author='Ankit Popli',
author_email='ankitpopli1891@gmail.com',
Expand Down

0 comments on commit e843217

Please sign in to comment.