Skip to content

Commit

Permalink
prep release 3.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck committed Oct 18, 2020

Verified

This commit was signed with the committer’s verified signature.
1 parent 15a5247 commit fd9a2e6
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion python-package/HISTORY.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,14 @@
## 3.0.0

Unreleased

-- see the [milestone tracking at github](https://github.com/k4cg/nichtparasoup/milestone/2).


## 3.0.0a2

Released 2020-10-18

* Added
* `nichtparasoup.core.imagecrawler.RemoteFetcher` got the ability to write communication logs.
The log target dir is controlled via env var `NP_DEBUG_REMOTEFETCHER_STOREDIR`.
@@ -20,7 +26,7 @@ Unreleased
See the [docs](docs/config/index.md).
* JSON API responses
* `/get` now sends valid JSON when a "404" occurred. See the [docs](docs/web-api/get.md).
* `/reset` now sends HTTP status code "202".
* `/reset` now sends HTTP status code "202", was "200".
* Misc
* Tests can persist logs of `nichtparasoup` - controlled via env var `NP_TESTLOG_NAME`.
If the env var is present:
2 changes: 1 addition & 1 deletion python-package/src/nichtparasoup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# use SemVer -- https://semver.org/
# be compatible with https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
__version__ = '3.0.0a1'
__version__ = '3.0.0a2'

0 comments on commit fd9a2e6

Please sign in to comment.