Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
[fix] license type
[mod] defaults in docs
  • Loading branch information
IaroslavR committed Jul 19, 2019
1 parent c55737a commit a68339c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ MYSQL_TABLE = None
MYSQL_UPSERT = False
MYSQL_RETRIES = 3
MYSQL_CLOSE_ON_ERROR = True
MYSQL_CHARSET = 'utf8'
```
MYSQL_TABLE variable must be set in settings.py
`MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_DB` and `MYSQL_TABLE`, variables must be set in settings.py
2 changes: 1 addition & 1 deletion scrapy_mysql_pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pipeline import MySQLPipeline

__version__ = '2017.10.07'
__version__ = '2019.07.19'
__all__ = ['MySQLPipeline', ]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifier =
Development Status :: 4 - Beta
Framework :: Scrapy
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Internet :: WWW/HTTP
Expand Down

0 comments on commit a68339c

Please sign in to comment.